Shades of Electric Purple #BB1EE9
Tints of Electric Purple #BB1EE9
RGB
CMYK
RGB Variations
Color information
#BB1EE9 (or 0xBB1EE9) is known color: Electric Purple. HEX triplet: BB, 1E and E9. RGB value is (187,30,233). Sum of RGB (Red+Green+Blue) = 187+30+233=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 30 (12.11% from 255 or 6.67% from 450); Blue value is 233 (91.41% from 255 or 51.78% from 450); Max value from RGB is 233 - color contains mainly: blue. Hex color #BB1EE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB1EE9 is #44E116. Grayscale: #636363. Windows color (decimal): -4514071 or 15277755. OLE color: 15277755.
HSL color Cylindrical-coordinate representation of color #BB1EE9: hue angle of 286.4º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB1EE9 is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 30 | 233 | - |
| CMYK | 0.20 | 0.87 | 0 | 0.09 |
| HSL | 286.4º | 0.82% | 0.52% | - |
| HSV(B) | 286.4º | 0.87% | 0.91% | - |
| XYZ | 35.67 | 17.38 | 78.57 | - |
| YUV | 100.09 | 203.01 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 30 | 233 | 0.20 | 0.87 | 0 | 0.09 | 286.4 | 0.82 | 0.52 |
| Hex | BB | 1E | E9 | 14 | 57 | 0 | 9 | 11E | 52 | 34 |
| Octal | 273 | 36 | 351 | 24 | 127 | 0 | 11 | 436 | 122 | 64 |
| Binary | 10111011 | 11110 | 11101001 | 10100 | 1010111 | 0 | 1001 | 100011110 | 1010010 | 110100 |
Color Harmonies of #BB1EE9
Complementary color
Monochromatic Colors of #BB1EE9
Black with #BB1EE9
Text Example
Text Example
White with #BB1EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1EE9; }
p { color: rgb(187,30,233); }
H1.HeaderClassName
{
color: #BB1EE9;
}
.AnyTagClassName
{
color: #BB1EE9;
}
</style>
background-color css
<style>
a { background-color: #BB1EE9; }
a { background-color: rgb(187,30,233); }
div.DivClassName
{
background-color: #BB1EE9;
}
.BgClassName
{
background-color: #BB1EE9;
}
</style>
border-color css
<style>
span { border-color: #BB1EE9; }
span { border-color: rgb(187,30,233); }
td.TdClassName
{
border-color: #BB1EE9;
}
.TagClassName
{
border-color: #BB1EE9;
}
</style>