Shades of Electric Purple #BB09ED
Tints of Electric Purple #BB09ED
RGB
CMYK
RGB Variations
Color information
#BB09ED (or 0xBB09ED) is known color: Electric Purple. HEX triplet: BB, 09 and ED. RGB value is (187,9,237). Sum of RGB (Red+Green+Blue) = 187+9+237=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 9 (3.91% from 255 or 2.08% from 433); Blue value is 237 (92.97% from 255 or 54.73% from 433); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB09ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB09ED is #44F612. Grayscale: #575757. Windows color (decimal): -4519443 or 15534523. OLE color: 15534523.
HSL color Cylindrical-coordinate representation of color #BB09ED: hue angle of 286.84º 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 #BB09ED is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 9 | 237 | - |
| CMYK | 0.21 | 0.96 | 0 | 0.07 |
| HSL | 286.84º | 0.93% | 0.48% | - |
| HSV(B) | 286.84º | 0.96% | 0.93% | - |
| XYZ | 35.88 | 16.87 | 81.49 | - |
| YUV | 88.21 | 211.97 | 198.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 9 | 237 | 0.21 | 0.96 | 0 | 0.07 | 286.84 | 0.93 | 0.48 |
| Hex | BB | 9 | ED | 15 | 60 | 0 | 7 | 11F | 5D | 30 |
| Octal | 273 | 11 | 355 | 25 | 140 | 0 | 7 | 437 | 135 | 60 |
| Binary | 10111011 | 1001 | 11101101 | 10101 | 1100000 | 0 | 111 | 100011111 | 1011101 | 110000 |
Color Harmonies of #BB09ED
Complementary color
Monochromatic Colors of #BB09ED
Black with #BB09ED
Text Example
Text Example
White with #BB09ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB09ED; }
p { color: rgb(187,9,237); }
H1.HeaderClassName
{
color: #BB09ED;
}
.AnyTagClassName
{
color: #BB09ED;
}
</style>
background-color css
<style>
a { background-color: #BB09ED; }
a { background-color: rgb(187,9,237); }
div.DivClassName
{
background-color: #BB09ED;
}
.BgClassName
{
background-color: #BB09ED;
}
</style>
border-color css
<style>
span { border-color: #BB09ED; }
span { border-color: rgb(187,9,237); }
td.TdClassName
{
border-color: #BB09ED;
}
.TagClassName
{
border-color: #BB09ED;
}
</style>