Shades of Electric Purple #B924ED
Tints of Electric Purple #B924ED
RGB
CMYK
RGB Variations
Color information
#B924ED (or 0xB924ED) is known color: Electric Purple. HEX triplet: B9, 24 and ED. RGB value is (185,36,237). Sum of RGB (Red+Green+Blue) = 185+36+237=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 36 (14.45% from 255 or 7.86% 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 #B924ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B924ED is #46DB12. Grayscale: #666666. Windows color (decimal): -4643603 or 15541433. OLE color: 15541433.
HSL color Cylindrical-coordinate representation of color #B924ED: hue angle of 284.48º 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 #B924ED is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 36 | 237 | - |
| CMYK | 0.22 | 0.85 | 0 | 0.07 |
| HSL | 284.48º | 0.85% | 0.54% | - |
| HSV(B) | 284.48º | 0.85% | 0.93% | - |
| XYZ | 35.92 | 17.69 | 81.64 | - |
| YUV | 103.47 | 203.36 | 186.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 36 | 237 | 0.22 | 0.85 | 0 | 0.07 | 284.48 | 0.85 | 0.54 |
| Hex | B9 | 24 | ED | 16 | 55 | 0 | 7 | 11C | 55 | 36 |
| Octal | 271 | 44 | 355 | 26 | 125 | 0 | 7 | 434 | 125 | 66 |
| Binary | 10111001 | 100100 | 11101101 | 10110 | 1010101 | 0 | 111 | 100011100 | 1010101 | 110110 |
Color Harmonies of #B924ED
Complementary color
Monochromatic Colors of #B924ED
Black with #B924ED
Text Example
Text Example
White with #B924ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B924ED; }
p { color: rgb(185,36,237); }
H1.HeaderClassName
{
color: #B924ED;
}
.AnyTagClassName
{
color: #B924ED;
}
</style>
background-color css
<style>
a { background-color: #B924ED; }
a { background-color: rgb(185,36,237); }
div.DivClassName
{
background-color: #B924ED;
}
.BgClassName
{
background-color: #B924ED;
}
</style>
border-color css
<style>
span { border-color: #B924ED; }
span { border-color: rgb(185,36,237); }
td.TdClassName
{
border-color: #B924ED;
}
.TagClassName
{
border-color: #B924ED;
}
</style>