Shades of Electric Purple #BB00EF
Tints of Electric Purple #BB00EF
RGB
CMYK
RGB Variations
Color information
#BB00EF (or 0xBB00EF) is known color: Electric Purple. HEX triplet: BB, 00 and EF. RGB value is (187,0,239). Sum of RGB (Red+Green+Blue) = 187+0+239=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 0 (0.39% from 255 or 0% from 426); Blue value is 239 (93.75% from 255 or 56.10% from 426); Max value from RGB is 239 - color contains mainly: blue. Hex color #BB00EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB00EF is #44FF10. Grayscale: #525252. Windows color (decimal): -4521745 or 15663291. OLE color: 15663291.
HSL color Cylindrical-coordinate representation of color #BB00EF: hue angle of 286.95º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB00EF is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 0 | 239 | - |
| CMYK | 0.22 | 1 | 0 | 0.06 |
| HSL | 286.95º | 1% | 0.47% | - |
| HSV(B) | 286.95º | 1% | 0.94% | - |
| XYZ | 36.07 | 16.8 | 83 | - |
| YUV | 83.16 | 215.95 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 0 | 239 | 0.22 | 1 | 0 | 0.06 | 286.95 | 1 | 0.47 |
| Hex | BB | 0 | EF | 16 | 64 | 0 | 6 | 11F | 64 | 2F |
| Octal | 273 | 0 | 357 | 26 | 144 | 0 | 6 | 437 | 144 | 57 |
| Binary | 10111011 | 0 | 11101111 | 10110 | 1100100 | 0 | 110 | 100011111 | 1100100 | 101111 |
Color Harmonies of #BB00EF
Complementary color
Monochromatic Colors of #BB00EF
Black with #BB00EF
Text Example
Text Example
White with #BB00EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB00EF; }
p { color: rgb(187,0,239); }
H1.HeaderClassName
{
color: #BB00EF;
}
.AnyTagClassName
{
color: #BB00EF;
}
</style>
background-color css
<style>
a { background-color: #BB00EF; }
a { background-color: rgb(187,0,239); }
div.DivClassName
{
background-color: #BB00EF;
}
.BgClassName
{
background-color: #BB00EF;
}
</style>
border-color css
<style>
span { border-color: #BB00EF; }
span { border-color: rgb(187,0,239); }
td.TdClassName
{
border-color: #BB00EF;
}
.TagClassName
{
border-color: #BB00EF;
}
</style>