Shades of Electric Purple #BB0EED
Tints of Electric Purple #BB0EED
RGB
CMYK
RGB Variations
Color information
#BB0EED (or 0xBB0EED) is known color: Electric Purple. HEX triplet: BB, 0E and ED. RGB value is (187,14,237). Sum of RGB (Red+Green+Blue) = 187+14+237=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 14 (5.86% from 255 or 3.20% from 438); Blue value is 237 (92.97% from 255 or 54.11% from 438); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB0EED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB0EED is #44F112. Grayscale: #5A5A5A. Windows color (decimal): -4518163 or 15535803. OLE color: 15535803.
HSL color Cylindrical-coordinate representation of color #BB0EED: hue angle of 286.55º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB0EED is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 14 | 237 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.07 |
| HSL | 286.55º | 0.89% | 0.49% | - |
| HSV(B) | 286.55º | 0.94% | 0.93% | - |
| XYZ | 35.94 | 16.99 | 81.51 | - |
| YUV | 91.15 | 210.31 | 196.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 14 | 237 | 0.21 | 0.94 | 0 | 0.07 | 286.55 | 0.89 | 0.49 |
| Hex | BB | E | ED | 15 | 5E | 0 | 7 | 11F | 59 | 31 |
| Octal | 273 | 16 | 355 | 25 | 136 | 0 | 7 | 437 | 131 | 61 |
| Binary | 10111011 | 1110 | 11101101 | 10101 | 1011110 | 0 | 111 | 100011111 | 1011001 | 110001 |
Color Harmonies of #BB0EED
Complementary color
Monochromatic Colors of #BB0EED
Black with #BB0EED
Text Example
Text Example
White with #BB0EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0EED; }
p { color: rgb(187,14,237); }
H1.HeaderClassName
{
color: #BB0EED;
}
.AnyTagClassName
{
color: #BB0EED;
}
</style>
background-color css
<style>
a { background-color: #BB0EED; }
a { background-color: rgb(187,14,237); }
div.DivClassName
{
background-color: #BB0EED;
}
.BgClassName
{
background-color: #BB0EED;
}
</style>
border-color css
<style>
span { border-color: #BB0EED; }
span { border-color: rgb(187,14,237); }
td.TdClassName
{
border-color: #BB0EED;
}
.TagClassName
{
border-color: #BB0EED;
}
</style>