Shades of Electric Purple #BB24ED
Tints of Electric Purple #BB24ED
RGB
CMYK
RGB Variations
Color information
#BB24ED (or 0xBB24ED) is known color: Electric Purple. HEX triplet: BB, 24 and ED. RGB value is (187,36,237). Sum of RGB (Red+Green+Blue) = 187+36+237=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 36 (14.45% from 255 or 7.83% from 460); Blue value is 237 (92.97% from 255 or 51.52% from 460); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB24ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB24ED is #44DB12. Grayscale: #676767. Windows color (decimal): -4512531 or 15541435. OLE color: 15541435.
HSL color Cylindrical-coordinate representation of color #BB24ED: hue angle of 285.07º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BB24ED is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 36 | 237 | - |
| CMYK | 0.21 | 0.85 | 0 | 0.07 |
| HSL | 285.07º | 0.85% | 0.54% | - |
| HSV(B) | 285.07º | 0.85% | 0.93% | - |
| XYZ | 36.41 | 17.94 | 81.66 | - |
| YUV | 104.06 | 203.03 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 36 | 237 | 0.21 | 0.85 | 0 | 0.07 | 285.07 | 0.85 | 0.54 |
| Hex | BB | 24 | ED | 15 | 55 | 0 | 7 | 11D | 55 | 36 |
| Octal | 273 | 44 | 355 | 25 | 125 | 0 | 7 | 435 | 125 | 66 |
| Binary | 10111011 | 100100 | 11101101 | 10101 | 1010101 | 0 | 111 | 100011101 | 1010101 | 110110 |
Color Harmonies of #BB24ED
Complementary color
Monochromatic Colors of #BB24ED
Black with #BB24ED
Text Example
Text Example
White with #BB24ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB24ED; }
p { color: rgb(187,36,237); }
H1.HeaderClassName
{
color: #BB24ED;
}
.AnyTagClassName
{
color: #BB24ED;
}
</style>
background-color css
<style>
a { background-color: #BB24ED; }
a { background-color: rgb(187,36,237); }
div.DivClassName
{
background-color: #BB24ED;
}
.BgClassName
{
background-color: #BB24ED;
}
</style>
border-color css
<style>
span { border-color: #BB24ED; }
span { border-color: rgb(187,36,237); }
td.TdClassName
{
border-color: #BB24ED;
}
.TagClassName
{
border-color: #BB24ED;
}
</style>