Shades of Electric Purple #BB0CE9
Tints of Electric Purple #BB0CE9
RGB
CMYK
RGB Variations
Color information
#BB0CE9 (or 0xBB0CE9) is known color: Electric Purple. HEX triplet: BB, 0C and E9. RGB value is (187,12,233). Sum of RGB (Red+Green+Blue) = 187+12+233=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 12 (5.08% from 255 or 2.78% from 432); Blue value is 233 (91.41% from 255 or 53.94% from 432); Max value from RGB is 233 - color contains mainly: blue. Hex color #BB0CE9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB0CE9 is #44F316. Grayscale: #585858. Windows color (decimal): -4518679 or 15273147. OLE color: 15273147.
HSL color Cylindrical-coordinate representation of color #BB0CE9: hue angle of 287.51º 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 #BB0CE9 is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 12 | 233 | - |
| CMYK | 0.20 | 0.95 | 0 | 0.09 |
| HSL | 287.51º | 0.9% | 0.48% | - |
| HSV(B) | 287.51º | 0.95% | 0.91% | - |
| XYZ | 35.33 | 16.71 | 78.45 | - |
| YUV | 89.52 | 208.98 | 197.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 12 | 233 | 0.20 | 0.95 | 0 | 0.09 | 287.51 | 0.9 | 0.48 |
| Hex | BB | C | E9 | 14 | 5F | 0 | 9 | 120 | 5A | 30 |
| Octal | 273 | 14 | 351 | 24 | 137 | 0 | 11 | 440 | 132 | 60 |
| Binary | 10111011 | 1100 | 11101001 | 10100 | 1011111 | 0 | 1001 | 100100000 | 1011010 | 110000 |
Color Harmonies of #BB0CE9
Complementary color
Monochromatic Colors of #BB0CE9
Black with #BB0CE9
Text Example
Text Example
White with #BB0CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0CE9; }
p { color: rgb(187,12,233); }
H1.HeaderClassName
{
color: #BB0CE9;
}
.AnyTagClassName
{
color: #BB0CE9;
}
</style>
background-color css
<style>
a { background-color: #BB0CE9; }
a { background-color: rgb(187,12,233); }
div.DivClassName
{
background-color: #BB0CE9;
}
.BgClassName
{
background-color: #BB0CE9;
}
</style>
border-color css
<style>
span { border-color: #BB0CE9; }
span { border-color: rgb(187,12,233); }
td.TdClassName
{
border-color: #BB0CE9;
}
.TagClassName
{
border-color: #BB0CE9;
}
</style>