Shades of Electric Purple #BB0EE6
Tints of Electric Purple #BB0EE6
RGB
CMYK
RGB Variations
Color information
#BB0EE6 (or 0xBB0EE6) is known color: Electric Purple. HEX triplet: BB, 0E and E6. RGB value is (187,14,230). Sum of RGB (Red+Green+Blue) = 187+14+230=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 14 (5.86% from 255 or 3.25% from 431); Blue value is 230 (90.23% from 255 or 53.36% from 431); Max value from RGB is 230 - color contains mainly: blue. Hex color #BB0EE6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB0EE6 is #44F119. Grayscale: #595959. Windows color (decimal): -4518170 or 15077051. OLE color: 15077051.
HSL color Cylindrical-coordinate representation of color #BB0EE6: hue angle of 288.06º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB0EE6 is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 14 | 230 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.10 |
| HSL | 288.06º | 0.89% | 0.48% | - |
| HSV(B) | 288.06º | 0.94% | 0.9% | - |
| XYZ | 34.93 | 16.59 | 76.22 | - |
| YUV | 90.35 | 206.81 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 14 | 230 | 0.19 | 0.94 | 0 | 0.10 | 288.06 | 0.89 | 0.48 |
| Hex | BB | E | E6 | 13 | 5E | 0 | A | 120 | 59 | 30 |
| Octal | 273 | 16 | 346 | 23 | 136 | 0 | 12 | 440 | 131 | 60 |
| Binary | 10111011 | 1110 | 11100110 | 10011 | 1011110 | 0 | 1010 | 100100000 | 1011001 | 110000 |
Color Harmonies of #BB0EE6
Complementary color
Monochromatic Colors of #BB0EE6
Black with #BB0EE6
Text Example
Text Example
White with #BB0EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0EE6; }
p { color: rgb(187,14,230); }
H1.HeaderClassName
{
color: #BB0EE6;
}
.AnyTagClassName
{
color: #BB0EE6;
}
</style>
background-color css
<style>
a { background-color: #BB0EE6; }
a { background-color: rgb(187,14,230); }
div.DivClassName
{
background-color: #BB0EE6;
}
.BgClassName
{
background-color: #BB0EE6;
}
</style>
border-color css
<style>
span { border-color: #BB0EE6; }
span { border-color: rgb(187,14,230); }
td.TdClassName
{
border-color: #BB0EE6;
}
.TagClassName
{
border-color: #BB0EE6;
}
</style>