Shades of Electric Purple #BB09EC
Tints of Electric Purple #BB09EC
RGB
CMYK
RGB Variations
Color information
#BB09EC (or 0xBB09EC) is known color: Electric Purple. HEX triplet: BB, 09 and EC. RGB value is (187,9,236). Sum of RGB (Red+Green+Blue) = 187+9+236=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 9 (3.91% from 255 or 2.08% from 432); Blue value is 236 (92.58% from 255 or 54.63% from 432); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB09EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB09EC is #44F613. Grayscale: #575757. Windows color (decimal): -4519444 or 15468987. OLE color: 15468987.
HSL color Cylindrical-coordinate representation of color #BB09EC: hue angle of 287.05º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB09EC is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 9 | 236 | - |
| CMYK | 0.21 | 0.96 | 0 | 0.07 |
| HSL | 287.05º | 0.93% | 0.48% | - |
| HSV(B) | 287.05º | 0.96% | 0.93% | - |
| XYZ | 35.73 | 16.82 | 80.72 | - |
| YUV | 88.1 | 211.47 | 198.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 9 | 236 | 0.21 | 0.96 | 0 | 0.07 | 287.05 | 0.93 | 0.48 |
| Hex | BB | 9 | EC | 15 | 60 | 0 | 7 | 11F | 5D | 30 |
| Octal | 273 | 11 | 354 | 25 | 140 | 0 | 7 | 437 | 135 | 60 |
| Binary | 10111011 | 1001 | 11101100 | 10101 | 1100000 | 0 | 111 | 100011111 | 1011101 | 110000 |
Color Harmonies of #BB09EC
Complementary color
Monochromatic Colors of #BB09EC
Black with #BB09EC
Text Example
Text Example
White with #BB09EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB09EC; }
p { color: rgb(187,9,236); }
H1.HeaderClassName
{
color: #BB09EC;
}
.AnyTagClassName
{
color: #BB09EC;
}
</style>
background-color css
<style>
a { background-color: #BB09EC; }
a { background-color: rgb(187,9,236); }
div.DivClassName
{
background-color: #BB09EC;
}
.BgClassName
{
background-color: #BB09EC;
}
</style>
border-color css
<style>
span { border-color: #BB09EC; }
span { border-color: rgb(187,9,236); }
td.TdClassName
{
border-color: #BB09EC;
}
.TagClassName
{
border-color: #BB09EC;
}
</style>