Shades of Electric Purple #BB04EC
Tints of Electric Purple #BB04EC
RGB
CMYK
RGB Variations
Color information
#BB04EC (or 0xBB04EC) is known color: Electric Purple. HEX triplet: BB, 04 and EC. RGB value is (187,4,236). Sum of RGB (Red+Green+Blue) = 187+4+236=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 4 (1.95% from 255 or 0.94% from 427); Blue value is 236 (92.58% from 255 or 55.27% from 427); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB04EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB04EC is #44FB13. Grayscale: #545454. Windows color (decimal): -4520724 or 15467707. OLE color: 15467707.
HSL color Cylindrical-coordinate representation of color #BB04EC: hue angle of 287.33º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB04EC is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 4 | 236 | - |
| CMYK | 0.21 | 0.98 | 0 | 0.07 |
| HSL | 287.33º | 0.97% | 0.47% | - |
| HSV(B) | 287.33º | 0.98% | 0.93% | - |
| XYZ | 35.68 | 16.71 | 80.7 | - |
| YUV | 85.17 | 213.13 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 4 | 236 | 0.21 | 0.98 | 0 | 0.07 | 287.33 | 0.97 | 0.47 |
| Hex | BB | 4 | EC | 15 | 62 | 0 | 7 | 11F | 61 | 2F |
| Octal | 273 | 4 | 354 | 25 | 142 | 0 | 7 | 437 | 141 | 57 |
| Binary | 10111011 | 100 | 11101100 | 10101 | 1100010 | 0 | 111 | 100011111 | 1100001 | 101111 |
Color Harmonies of #BB04EC
Complementary color
Monochromatic Colors of #BB04EC
Black with #BB04EC
Text Example
Text Example
White with #BB04EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB04EC; }
p { color: rgb(187,4,236); }
H1.HeaderClassName
{
color: #BB04EC;
}
.AnyTagClassName
{
color: #BB04EC;
}
</style>
background-color css
<style>
a { background-color: #BB04EC; }
a { background-color: rgb(187,4,236); }
div.DivClassName
{
background-color: #BB04EC;
}
.BgClassName
{
background-color: #BB04EC;
}
</style>
border-color css
<style>
span { border-color: #BB04EC; }
span { border-color: rgb(187,4,236); }
td.TdClassName
{
border-color: #BB04EC;
}
.TagClassName
{
border-color: #BB04EC;
}
</style>