Shades of Electric Purple #BB05EC
Tints of Electric Purple #BB05EC
RGB
CMYK
RGB Variations
Color information
#BB05EC (or 0xBB05EC) is known color: Electric Purple. HEX triplet: BB, 05 and EC. RGB value is (187,5,236). Sum of RGB (Red+Green+Blue) = 187+5+236=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 5 (2.34% from 255 or 1.17% from 428); Blue value is 236 (92.58% from 255 or 55.14% from 428); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB05EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB05EC is #44FA13. Grayscale: #555555. Windows color (decimal): -4520468 or 15467963. OLE color: 15467963.
HSL color Cylindrical-coordinate representation of color #BB05EC: hue angle of 287.27º degrees, saturation: 0.96, 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 #BB05EC is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 5 | 236 | - |
| CMYK | 0.21 | 0.98 | 0 | 0.07 |
| HSL | 287.27º | 0.96% | 0.47% | - |
| HSV(B) | 287.27º | 0.98% | 0.93% | - |
| XYZ | 35.69 | 16.73 | 80.71 | - |
| YUV | 85.75 | 212.8 | 200.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 5 | 236 | 0.21 | 0.98 | 0 | 0.07 | 287.27 | 0.96 | 0.47 |
| Hex | BB | 5 | EC | 15 | 62 | 0 | 7 | 11F | 60 | 2F |
| Octal | 273 | 5 | 354 | 25 | 142 | 0 | 7 | 437 | 140 | 57 |
| Binary | 10111011 | 101 | 11101100 | 10101 | 1100010 | 0 | 111 | 100011111 | 1100000 | 101111 |
Color Harmonies of #BB05EC
Complementary color
Monochromatic Colors of #BB05EC
Black with #BB05EC
Text Example
Text Example
White with #BB05EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB05EC; }
p { color: rgb(187,5,236); }
H1.HeaderClassName
{
color: #BB05EC;
}
.AnyTagClassName
{
color: #BB05EC;
}
</style>
background-color css
<style>
a { background-color: #BB05EC; }
a { background-color: rgb(187,5,236); }
div.DivClassName
{
background-color: #BB05EC;
}
.BgClassName
{
background-color: #BB05EC;
}
</style>
border-color css
<style>
span { border-color: #BB05EC; }
span { border-color: rgb(187,5,236); }
td.TdClassName
{
border-color: #BB05EC;
}
.TagClassName
{
border-color: #BB05EC;
}
</style>