Shades of Electric Purple #B924EF
Tints of Electric Purple #B924EF
RGB
CMYK
RGB Variations
Color information
#B924EF (or 0xB924EF) is known color: Electric Purple. HEX triplet: B9, 24 and EF. RGB value is (185,36,239). Sum of RGB (Red+Green+Blue) = 185+36+239=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 36 (14.45% from 255 or 7.83% from 460); Blue value is 239 (93.75% from 255 or 51.96% from 460); Max value from RGB is 239 - color contains mainly: blue. Hex color #B924EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B924EF is #46DB10. Grayscale: #676767. Windows color (decimal): -4643601 or 15672505. OLE color: 15672505.
HSL color Cylindrical-coordinate representation of color #B924EF: hue angle of 284.04º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B924EF is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 185 | 36 | 239 | - |
| CMYK | 0.23 | 0.85 | 0 | 0.06 |
| HSL | 284.04º | 0.86% | 0.54% | - |
| HSV(B) | 284.04º | 0.85% | 0.94% | - |
| XYZ | 36.22 | 17.81 | 83.19 | - |
| YUV | 103.69 | 204.36 | 185.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 36 | 239 | 0.23 | 0.85 | 0 | 0.06 | 284.04 | 0.86 | 0.54 |
| Hex | B9 | 24 | EF | 17 | 55 | 0 | 6 | 11C | 56 | 36 |
| Octal | 271 | 44 | 357 | 27 | 125 | 0 | 6 | 434 | 126 | 66 |
| Binary | 10111001 | 100100 | 11101111 | 10111 | 1010101 | 0 | 110 | 100011100 | 1010110 | 110110 |
Color Harmonies of #B924EF
Complementary color
Monochromatic Colors of #B924EF
Black with #B924EF
Text Example
Text Example
White with #B924EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B924EF; }
p { color: rgb(185,36,239); }
H1.HeaderClassName
{
color: #B924EF;
}
.AnyTagClassName
{
color: #B924EF;
}
</style>
background-color css
<style>
a { background-color: #B924EF; }
a { background-color: rgb(185,36,239); }
div.DivClassName
{
background-color: #B924EF;
}
.BgClassName
{
background-color: #B924EF;
}
</style>
border-color css
<style>
span { border-color: #B924EF; }
span { border-color: rgb(185,36,239); }
td.TdClassName
{
border-color: #B924EF;
}
.TagClassName
{
border-color: #B924EF;
}
</style>