Spectacular Purple
#bb02fe
Spectacular Purple is a color with the hex code #bb02fe. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #bb02fe | |
|---|---|---|
| RGB | rgb(187, 2, 254) | |
| HSL | hsl(284, 99%, 50%) | |
| CMYK | cmyk(26%, 99%, 0%, 0%) | |
| LAB | lab(48, 82, -80) | |
| OKLCH | oklch(0.6 0.301 312) |
Color harmonies
Tints & shades
Code snippets
color: #bb02fe;
background-color: #bb02fe;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-purple-500 /* ≈ #ad46ff */
/* Flutter */
Color(0xFFBB02FE)
/* Swift / UIKit */
UIColor(red: 0.73, green: 0.01, blue: 1.00, alpha: 1.0)