Shades of Electric Purple #BB0CEA
Tints of Electric Purple #BB0CEA
RGB
CMYK
RGB Variations
Color information
#BB0CEA (or 0xBB0CEA) is known color: Electric Purple. HEX triplet: BB, 0C and EA. RGB value is (187,12,234). Sum of RGB (Red+Green+Blue) = 187+12+234=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 12 (5.08% from 255 or 2.77% from 433); Blue value is 234 (91.80% from 255 or 54.04% from 433); Max value from RGB is 234 - color contains mainly: blue. Hex color #BB0CEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB0CEA is #44F315. Grayscale: #585858. Windows color (decimal): -4518678 or 15338683. OLE color: 15338683.
HSL color Cylindrical-coordinate representation of color #BB0CEA: hue angle of 287.3º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB0CEA is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 12 | 234 | - |
| CMYK | 0.20 | 0.95 | 0 | 0.08 |
| HSL | 287.3º | 0.9% | 0.48% | - |
| HSV(B) | 287.3º | 0.95% | 0.92% | - |
| XYZ | 35.48 | 16.77 | 79.21 | - |
| YUV | 89.63 | 209.48 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 12 | 234 | 0.20 | 0.95 | 0 | 0.08 | 287.3 | 0.9 | 0.48 |
| Hex | BB | C | EA | 14 | 5F | 0 | 8 | 11F | 5A | 30 |
| Octal | 273 | 14 | 352 | 24 | 137 | 0 | 10 | 437 | 132 | 60 |
| Binary | 10111011 | 1100 | 11101010 | 10100 | 1011111 | 0 | 1000 | 100011111 | 1011010 | 110000 |
Color Harmonies of #BB0CEA
Complementary color
Monochromatic Colors of #BB0CEA
Black with #BB0CEA
Text Example
Text Example
White with #BB0CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0CEA; }
p { color: rgb(187,12,234); }
H1.HeaderClassName
{
color: #BB0CEA;
}
.AnyTagClassName
{
color: #BB0CEA;
}
</style>
background-color css
<style>
a { background-color: #BB0CEA; }
a { background-color: rgb(187,12,234); }
div.DivClassName
{
background-color: #BB0CEA;
}
.BgClassName
{
background-color: #BB0CEA;
}
</style>
border-color css
<style>
span { border-color: #BB0CEA; }
span { border-color: rgb(187,12,234); }
td.TdClassName
{
border-color: #BB0CEA;
}
.TagClassName
{
border-color: #BB0CEA;
}
</style>