Shades of Electric Purple #BB09EE
Tints of Electric Purple #BB09EE
RGB
CMYK
RGB Variations
Color information
#BB09EE (or 0xBB09EE) is known color: Electric Purple. HEX triplet: BB, 09 and EE. RGB value is (187,9,238). Sum of RGB (Red+Green+Blue) = 187+9+238=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 9 (3.91% from 255 or 2.07% from 434); Blue value is 238 (93.36% from 255 or 54.84% from 434); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB09EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB09EE is #44F611. Grayscale: #575757. Windows color (decimal): -4519442 or 15600059. OLE color: 15600059.
HSL color Cylindrical-coordinate representation of color #BB09EE: hue angle of 286.64º 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 #BB09EE is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 9 | 238 | - |
| CMYK | 0.21 | 0.96 | 0 | 0.07 |
| HSL | 286.64º | 0.93% | 0.48% | - |
| HSV(B) | 286.64º | 0.96% | 0.93% | - |
| XYZ | 36.02 | 16.93 | 82.26 | - |
| YUV | 88.33 | 212.47 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 9 | 238 | 0.21 | 0.96 | 0 | 0.07 | 286.64 | 0.93 | 0.48 |
| Hex | BB | 9 | EE | 15 | 60 | 0 | 7 | 11F | 5D | 30 |
| Octal | 273 | 11 | 356 | 25 | 140 | 0 | 7 | 437 | 135 | 60 |
| Binary | 10111011 | 1001 | 11101110 | 10101 | 1100000 | 0 | 111 | 100011111 | 1011101 | 110000 |
Color Harmonies of #BB09EE
Complementary color
Monochromatic Colors of #BB09EE
Black with #BB09EE
Text Example
Text Example
White with #BB09EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB09EE; }
p { color: rgb(187,9,238); }
H1.HeaderClassName
{
color: #BB09EE;
}
.AnyTagClassName
{
color: #BB09EE;
}
</style>
background-color css
<style>
a { background-color: #BB09EE; }
a { background-color: rgb(187,9,238); }
div.DivClassName
{
background-color: #BB09EE;
}
.BgClassName
{
background-color: #BB09EE;
}
</style>
border-color css
<style>
span { border-color: #BB09EE; }
span { border-color: rgb(187,9,238); }
td.TdClassName
{
border-color: #BB09EE;
}
.TagClassName
{
border-color: #BB09EE;
}
</style>