Shades of Electric Purple #BB0EEF
Tints of Electric Purple #BB0EEF
RGB
CMYK
RGB Variations
Color information
#BB0EEF (or 0xBB0EEF) is known color: Electric Purple. HEX triplet: BB, 0E and EF. RGB value is (187,14,239). Sum of RGB (Red+Green+Blue) = 187+14+239=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 14 (5.86% from 255 or 3.18% from 440); Blue value is 239 (93.75% from 255 or 54.32% from 440); Max value from RGB is 239 - color contains mainly: blue. Hex color #BB0EEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB0EEF is #44F110. Grayscale: #5A5A5A. Windows color (decimal): -4518161 or 15666875. OLE color: 15666875.
HSL color Cylindrical-coordinate representation of color #BB0EEF: hue angle of 286.13º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB0EEF is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 14 | 239 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.06 |
| HSL | 286.13º | 0.89% | 0.5% | - |
| HSV(B) | 286.13º | 0.94% | 0.94% | - |
| XYZ | 36.23 | 17.11 | 83.05 | - |
| YUV | 91.38 | 211.31 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 14 | 239 | 0.22 | 0.94 | 0 | 0.06 | 286.13 | 0.89 | 0.5 |
| Hex | BB | E | EF | 16 | 5E | 0 | 6 | 11E | 59 | 32 |
| Octal | 273 | 16 | 357 | 26 | 136 | 0 | 6 | 436 | 131 | 62 |
| Binary | 10111011 | 1110 | 11101111 | 10110 | 1011110 | 0 | 110 | 100011110 | 1011001 | 110010 |
Color Harmonies of #BB0EEF
Complementary color
Monochromatic Colors of #BB0EEF
Black with #BB0EEF
Text Example
Text Example
White with #BB0EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0EEF; }
p { color: rgb(187,14,239); }
H1.HeaderClassName
{
color: #BB0EEF;
}
.AnyTagClassName
{
color: #BB0EEF;
}
</style>
background-color css
<style>
a { background-color: #BB0EEF; }
a { background-color: rgb(187,14,239); }
div.DivClassName
{
background-color: #BB0EEF;
}
.BgClassName
{
background-color: #BB0EEF;
}
</style>
border-color css
<style>
span { border-color: #BB0EEF; }
span { border-color: rgb(187,14,239); }
td.TdClassName
{
border-color: #BB0EEF;
}
.TagClassName
{
border-color: #BB0EEF;
}
</style>