Shades of Electric Purple #BB10EA
Tints of Electric Purple #BB10EA
RGB
CMYK
RGB Variations
Color information
#BB10EA (or 0xBB10EA) is known color: Electric Purple. HEX triplet: BB, 10 and EA. RGB value is (187,16,234). Sum of RGB (Red+Green+Blue) = 187+16+234=437 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.79% from 437); Green value is 16 (6.64% from 255 or 3.66% from 437); Blue value is 234 (91.80% from 255 or 53.55% from 437); Max value from RGB is 234 - color contains mainly: blue. Hex color #BB10EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB10EA is #44EF15. Grayscale: #5B5B5B. Windows color (decimal): -4517654 or 15339707. OLE color: 15339707.
HSL color Cylindrical-coordinate representation of color #BB10EA: hue angle of 287.06º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB10EA is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 16 | 234 | - |
| CMYK | 0.20 | 0.93 | 0 | 0.08 |
| HSL | 287.06º | 0.87% | 0.49% | - |
| HSV(B) | 287.06º | 0.93% | 0.92% | - |
| XYZ | 35.53 | 16.88 | 79.23 | - |
| YUV | 91.98 | 208.15 | 195.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 16 | 234 | 0.20 | 0.93 | 0 | 0.08 | 287.06 | 0.87 | 0.49 |
| Hex | BB | 10 | EA | 14 | 5D | 0 | 8 | 11F | 57 | 31 |
| Octal | 273 | 20 | 352 | 24 | 135 | 0 | 10 | 437 | 127 | 61 |
| Binary | 10111011 | 10000 | 11101010 | 10100 | 1011101 | 0 | 1000 | 100011111 | 1010111 | 110001 |
Color Harmonies of #BB10EA
Complementary color
Monochromatic Colors of #BB10EA
Black with #BB10EA
Text Example
Text Example
White with #BB10EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB10EA; }
p { color: rgb(187,16,234); }
H1.HeaderClassName
{
color: #BB10EA;
}
.AnyTagClassName
{
color: #BB10EA;
}
</style>
background-color css
<style>
a { background-color: #BB10EA; }
a { background-color: rgb(187,16,234); }
div.DivClassName
{
background-color: #BB10EA;
}
.BgClassName
{
background-color: #BB10EA;
}
</style>
border-color css
<style>
span { border-color: #BB10EA; }
span { border-color: rgb(187,16,234); }
td.TdClassName
{
border-color: #BB10EA;
}
.TagClassName
{
border-color: #BB10EA;
}
</style>