Shades of Electric Purple #BB00EC
Tints of Electric Purple #BB00EC
RGB
CMYK
RGB Variations
Color information
#BB00EC (or 0xBB00EC) is known color: Electric Purple. HEX triplet: BB, 00 and EC. RGB value is (187,0,236). Sum of RGB (Red+Green+Blue) = 187+0+236=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 0 (0.39% from 255 or 0% from 423); Blue value is 236 (92.58% from 255 or 55.79% from 423); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB00EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB00EC is #44FF13. Grayscale: #525252. Windows color (decimal): -4521748 or 15466683. OLE color: 15466683.
HSL color Cylindrical-coordinate representation of color #BB00EC: hue angle of 287.54º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB00EC is Cyan = 0.21, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 0 | 236 | - |
| CMYK | 0.21 | 1 | 0 | 0.07 |
| HSL | 287.54º | 1% | 0.46% | - |
| HSV(B) | 287.54º | 1% | 0.93% | - |
| XYZ | 35.63 | 16.62 | 80.69 | - |
| YUV | 82.82 | 214.45 | 202.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 0 | 236 | 0.21 | 1 | 0 | 0.07 | 287.54 | 1 | 0.46 |
| Hex | BB | 0 | EC | 15 | 64 | 0 | 7 | 120 | 64 | 2E |
| Octal | 273 | 0 | 354 | 25 | 144 | 0 | 7 | 440 | 144 | 56 |
| Binary | 10111011 | 0 | 11101100 | 10101 | 1100100 | 0 | 111 | 100100000 | 1100100 | 101110 |
Color Harmonies of #BB00EC
Complementary color
Monochromatic Colors of #BB00EC
Black with #BB00EC
Text Example
Text Example
White with #BB00EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB00EC; }
p { color: rgb(187,0,236); }
H1.HeaderClassName
{
color: #BB00EC;
}
.AnyTagClassName
{
color: #BB00EC;
}
</style>
background-color css
<style>
a { background-color: #BB00EC; }
a { background-color: rgb(187,0,236); }
div.DivClassName
{
background-color: #BB00EC;
}
.BgClassName
{
background-color: #BB00EC;
}
</style>
border-color css
<style>
span { border-color: #BB00EC; }
span { border-color: rgb(187,0,236); }
td.TdClassName
{
border-color: #BB00EC;
}
.TagClassName
{
border-color: #BB00EC;
}
</style>