Shades of Electric Purple #BD24EA
Tints of Electric Purple #BD24EA
RGB
CMYK
RGB Variations
Color information
#BD24EA (or 0xBD24EA) is known color: Electric Purple. HEX triplet: BD, 24 and EA. RGB value is (189,36,234). Sum of RGB (Red+Green+Blue) = 189+36+234=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 36 (14.45% from 255 or 7.84% from 459); Blue value is 234 (91.80% from 255 or 50.98% from 459); Max value from RGB is 234 - color contains mainly: blue. Hex color #BD24EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD24EA is #42DB15. Grayscale: #676767. Windows color (decimal): -4381462 or 15344829. OLE color: 15344829.
HSL color Cylindrical-coordinate representation of color #BD24EA: hue angle of 286.36º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD24EA is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 36 | 234 | - |
| CMYK | 0.19 | 0.85 | 0 | 0.08 |
| HSL | 286.36º | 0.83% | 0.53% | - |
| HSV(B) | 286.36º | 0.85% | 0.92% | - |
| XYZ | 36.47 | 18.02 | 79.4 | - |
| YUV | 104.32 | 201.19 | 188.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 36 | 234 | 0.19 | 0.85 | 0 | 0.08 | 286.36 | 0.83 | 0.53 |
| Hex | BD | 24 | EA | 13 | 55 | 0 | 8 | 11E | 52 | 35 |
| Octal | 275 | 44 | 352 | 23 | 125 | 0 | 10 | 436 | 122 | 65 |
| Binary | 10111101 | 100100 | 11101010 | 10011 | 1010101 | 0 | 1000 | 100011110 | 1010010 | 110101 |
Color Harmonies of #BD24EA
Complementary color
Monochromatic Colors of #BD24EA
Black with #BD24EA
Text Example
Text Example
White with #BD24EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD24EA; }
p { color: rgb(189,36,234); }
H1.HeaderClassName
{
color: #BD24EA;
}
.AnyTagClassName
{
color: #BD24EA;
}
</style>
background-color css
<style>
a { background-color: #BD24EA; }
a { background-color: rgb(189,36,234); }
div.DivClassName
{
background-color: #BD24EA;
}
.BgClassName
{
background-color: #BD24EA;
}
</style>
border-color css
<style>
span { border-color: #BD24EA; }
span { border-color: rgb(189,36,234); }
td.TdClassName
{
border-color: #BD24EA;
}
.TagClassName
{
border-color: #BD24EA;
}
</style>