Shades of Electric Purple #BB22ED
Tints of Electric Purple #BB22ED
RGB
CMYK
RGB Variations
Color information
#BB22ED (or 0xBB22ED) is known color: Electric Purple. HEX triplet: BB, 22 and ED. RGB value is (187,34,237). Sum of RGB (Red+Green+Blue) = 187+34+237=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 34 (13.67% from 255 or 7.42% from 458); Blue value is 237 (92.97% from 255 or 51.75% from 458); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB22ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB22ED is #44DD12. Grayscale: #666666. Windows color (decimal): -4513043 or 15540923. OLE color: 15540923.
HSL color Cylindrical-coordinate representation of color #BB22ED: hue angle of 285.22º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB22ED is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 34 | 237 | - |
| CMYK | 0.21 | 0.86 | 0 | 0.07 |
| HSL | 285.22º | 0.85% | 0.53% | - |
| HSV(B) | 285.22º | 0.86% | 0.93% | - |
| XYZ | 36.35 | 17.82 | 81.65 | - |
| YUV | 102.89 | 203.69 | 187.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 34 | 237 | 0.21 | 0.86 | 0 | 0.07 | 285.22 | 0.85 | 0.53 |
| Hex | BB | 22 | ED | 15 | 56 | 0 | 7 | 11D | 55 | 35 |
| Octal | 273 | 42 | 355 | 25 | 126 | 0 | 7 | 435 | 125 | 65 |
| Binary | 10111011 | 100010 | 11101101 | 10101 | 1010110 | 0 | 111 | 100011101 | 1010101 | 110101 |
Color Harmonies of #BB22ED
Complementary color
Monochromatic Colors of #BB22ED
Black with #BB22ED
Text Example
Text Example
White with #BB22ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB22ED; }
p { color: rgb(187,34,237); }
H1.HeaderClassName
{
color: #BB22ED;
}
.AnyTagClassName
{
color: #BB22ED;
}
</style>
background-color css
<style>
a { background-color: #BB22ED; }
a { background-color: rgb(187,34,237); }
div.DivClassName
{
background-color: #BB22ED;
}
.BgClassName
{
background-color: #BB22ED;
}
</style>
border-color css
<style>
span { border-color: #BB22ED; }
span { border-color: rgb(187,34,237); }
td.TdClassName
{
border-color: #BB22ED;
}
.TagClassName
{
border-color: #BB22ED;
}
</style>