Shades of Electric Purple #BB0CE8
Tints of Electric Purple #BB0CE8
RGB
CMYK
RGB Variations
Color information
#BB0CE8 (or 0xBB0CE8) is known color: Electric Purple. HEX triplet: BB, 0C and E8. RGB value is (187,12,232). Sum of RGB (Red+Green+Blue) = 187+12+232=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 12 (5.08% from 255 or 2.78% from 431); Blue value is 232 (91.02% from 255 or 53.83% from 431); Max value from RGB is 232 - color contains mainly: blue. Hex color #BB0CE8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB0CE8 is #44F317. Grayscale: #585858. Windows color (decimal): -4518680 or 15207611. OLE color: 15207611.
HSL color Cylindrical-coordinate representation of color #BB0CE8: hue angle of 287.73º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB0CE8 is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 12 | 232 | - |
| CMYK | 0.19 | 0.95 | 0 | 0.09 |
| HSL | 287.73º | 0.9% | 0.48% | - |
| HSV(B) | 287.73º | 0.95% | 0.91% | - |
| XYZ | 35.19 | 16.65 | 77.7 | - |
| YUV | 89.41 | 208.48 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 12 | 232 | 0.19 | 0.95 | 0 | 0.09 | 287.73 | 0.9 | 0.48 |
| Hex | BB | C | E8 | 13 | 5F | 0 | 9 | 120 | 5A | 30 |
| Octal | 273 | 14 | 350 | 23 | 137 | 0 | 11 | 440 | 132 | 60 |
| Binary | 10111011 | 1100 | 11101000 | 10011 | 1011111 | 0 | 1001 | 100100000 | 1011010 | 110000 |
Color Harmonies of #BB0CE8
Complementary color
Monochromatic Colors of #BB0CE8
Black with #BB0CE8
Text Example
Text Example
White with #BB0CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0CE8; }
p { color: rgb(187,12,232); }
H1.HeaderClassName
{
color: #BB0CE8;
}
.AnyTagClassName
{
color: #BB0CE8;
}
</style>
background-color css
<style>
a { background-color: #BB0CE8; }
a { background-color: rgb(187,12,232); }
div.DivClassName
{
background-color: #BB0CE8;
}
.BgClassName
{
background-color: #BB0CE8;
}
</style>
border-color css
<style>
span { border-color: #BB0CE8; }
span { border-color: rgb(187,12,232); }
td.TdClassName
{
border-color: #BB0CE8;
}
.TagClassName
{
border-color: #BB0CE8;
}
</style>