Shades of Electric Purple #BB02EE
Tints of Electric Purple #BB02EE
RGB
CMYK
RGB Variations
Color information
#BB02EE (or 0xBB02EE) is known color: Electric Purple. HEX triplet: BB, 02 and EE. RGB value is (187,2,238). Sum of RGB (Red+Green+Blue) = 187+2+238=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 2 (1.17% from 255 or 0.47% from 427); Blue value is 238 (93.36% from 255 or 55.74% from 427); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB02EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB02EE is #44FD11. Grayscale: #535353. Windows color (decimal): -4521234 or 15598267. OLE color: 15598267.
HSL color Cylindrical-coordinate representation of color #BB02EE: hue angle of 287.03º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB02EE is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 2 | 238 | - |
| CMYK | 0.21 | 0.99 | 0 | 0.07 |
| HSL | 287.03º | 0.98% | 0.47% | - |
| HSV(B) | 287.03º | 0.99% | 0.93% | - |
| XYZ | 35.95 | 16.78 | 82.23 | - |
| YUV | 84.22 | 214.79 | 201.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 2 | 238 | 0.21 | 0.99 | 0 | 0.07 | 287.03 | 0.98 | 0.47 |
| Hex | BB | 2 | EE | 15 | 63 | 0 | 7 | 11F | 62 | 2F |
| Octal | 273 | 2 | 356 | 25 | 143 | 0 | 7 | 437 | 142 | 57 |
| Binary | 10111011 | 10 | 11101110 | 10101 | 1100011 | 0 | 111 | 100011111 | 1100010 | 101111 |
Color Harmonies of #BB02EE
Complementary color
Monochromatic Colors of #BB02EE
Black with #BB02EE
Text Example
Text Example
White with #BB02EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB02EE; }
p { color: rgb(187,2,238); }
H1.HeaderClassName
{
color: #BB02EE;
}
.AnyTagClassName
{
color: #BB02EE;
}
</style>
background-color css
<style>
a { background-color: #BB02EE; }
a { background-color: rgb(187,2,238); }
div.DivClassName
{
background-color: #BB02EE;
}
.BgClassName
{
background-color: #BB02EE;
}
</style>
border-color css
<style>
span { border-color: #BB02EE; }
span { border-color: rgb(187,2,238); }
td.TdClassName
{
border-color: #BB02EE;
}
.TagClassName
{
border-color: #BB02EE;
}
</style>