Shades of Electric Purple #BB11ED
Tints of Electric Purple #BB11ED
RGB
CMYK
RGB Variations
Color information
#BB11ED (or 0xBB11ED) is known color: Electric Purple. HEX triplet: BB, 11 and ED. RGB value is (187,17,237). Sum of RGB (Red+Green+Blue) = 187+17+237=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 17 (7.03% from 255 or 3.85% from 441); Blue value is 237 (92.97% from 255 or 53.74% from 441); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB11ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB11ED is #44EE12. Grayscale: #5C5C5C. Windows color (decimal): -4517395 or 15536571. OLE color: 15536571.
HSL color Cylindrical-coordinate representation of color #BB11ED: hue angle of 286.36º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB11ED is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 17 | 237 | - |
| CMYK | 0.21 | 0.93 | 0 | 0.07 |
| HSL | 286.36º | 0.87% | 0.5% | - |
| HSV(B) | 286.36º | 0.93% | 0.93% | - |
| XYZ | 35.98 | 17.08 | 81.52 | - |
| YUV | 92.91 | 209.32 | 195.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 17 | 237 | 0.21 | 0.93 | 0 | 0.07 | 286.36 | 0.87 | 0.5 |
| Hex | BB | 11 | ED | 15 | 5D | 0 | 7 | 11E | 57 | 32 |
| Octal | 273 | 21 | 355 | 25 | 135 | 0 | 7 | 436 | 127 | 62 |
| Binary | 10111011 | 10001 | 11101101 | 10101 | 1011101 | 0 | 111 | 100011110 | 1010111 | 110010 |
Color Harmonies of #BB11ED
Complementary color
Monochromatic Colors of #BB11ED
Black with #BB11ED
Text Example
Text Example
White with #BB11ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB11ED; }
p { color: rgb(187,17,237); }
H1.HeaderClassName
{
color: #BB11ED;
}
.AnyTagClassName
{
color: #BB11ED;
}
</style>
background-color css
<style>
a { background-color: #BB11ED; }
a { background-color: rgb(187,17,237); }
div.DivClassName
{
background-color: #BB11ED;
}
.BgClassName
{
background-color: #BB11ED;
}
</style>
border-color css
<style>
span { border-color: #BB11ED; }
span { border-color: rgb(187,17,237); }
td.TdClassName
{
border-color: #BB11ED;
}
.TagClassName
{
border-color: #BB11ED;
}
</style>