Shades of Electric Purple #BB10E9
Tints of Electric Purple #BB10E9
RGB
CMYK
RGB Variations
Color information
#BB10E9 (or 0xBB10E9) is known color: Electric Purple. HEX triplet: BB, 10 and E9. RGB value is (187,16,233). Sum of RGB (Red+Green+Blue) = 187+16+233=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 16 (6.64% from 255 or 3.67% from 436); Blue value is 233 (91.41% from 255 or 53.44% from 436); Max value from RGB is 233 - color contains mainly: blue. Hex color #BB10E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB10E9 is #44EF16. Grayscale: #5B5B5B. Windows color (decimal): -4517655 or 15274171. OLE color: 15274171.
HSL color Cylindrical-coordinate representation of color #BB10E9: hue angle of 287.28º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB10E9 is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 16 | 233 | - |
| CMYK | 0.20 | 0.93 | 0 | 0.09 |
| HSL | 287.28º | 0.87% | 0.49% | - |
| HSV(B) | 287.28º | 0.93% | 0.91% | - |
| XYZ | 35.39 | 16.82 | 78.47 | - |
| YUV | 91.87 | 207.65 | 195.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 16 | 233 | 0.20 | 0.93 | 0 | 0.09 | 287.28 | 0.87 | 0.49 |
| Hex | BB | 10 | E9 | 14 | 5D | 0 | 9 | 11F | 57 | 31 |
| Octal | 273 | 20 | 351 | 24 | 135 | 0 | 11 | 437 | 127 | 61 |
| Binary | 10111011 | 10000 | 11101001 | 10100 | 1011101 | 0 | 1001 | 100011111 | 1010111 | 110001 |
Color Harmonies of #BB10E9
Complementary color
Monochromatic Colors of #BB10E9
Black with #BB10E9
Text Example
Text Example
White with #BB10E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB10E9; }
p { color: rgb(187,16,233); }
H1.HeaderClassName
{
color: #BB10E9;
}
.AnyTagClassName
{
color: #BB10E9;
}
</style>
background-color css
<style>
a { background-color: #BB10E9; }
a { background-color: rgb(187,16,233); }
div.DivClassName
{
background-color: #BB10E9;
}
.BgClassName
{
background-color: #BB10E9;
}
</style>
border-color css
<style>
span { border-color: #BB10E9; }
span { border-color: rgb(187,16,233); }
td.TdClassName
{
border-color: #BB10E9;
}
.TagClassName
{
border-color: #BB10E9;
}
</style>