Shades of Electric Purple #B024EF
Tints of Electric Purple #B024EF
RGB
CMYK
RGB Variations
Color information
#B024EF (or 0xB024EF) is known color: Electric Purple. HEX triplet: B0, 24 and EF. RGB value is (176,36,239). Sum of RGB (Red+Green+Blue) = 176+36+239=451 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.02% from 451); Green value is 36 (14.45% from 255 or 7.98% from 451); Blue value is 239 (93.75% from 255 or 52.99% from 451); Max value from RGB is 239 - color contains mainly: blue. Hex color #B024EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B024EF is #4FDB10. Grayscale: #646464. Windows color (decimal): -5233425 or 15672496. OLE color: 15672496.
HSL color Cylindrical-coordinate representation of color #B024EF: hue angle of 281.38º 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 #B024EF is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 36 | 239 | - |
| CMYK | 0.26 | 0.85 | 0 | 0.06 |
| HSL | 281.38º | 0.86% | 0.54% | - |
| HSV(B) | 281.38º | 0.85% | 0.94% | - |
| XYZ | 34.12 | 16.72 | 83.09 | - |
| YUV | 101 | 205.88 | 181.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 36 | 239 | 0.26 | 0.85 | 0 | 0.06 | 281.38 | 0.86 | 0.54 |
| Hex | B0 | 24 | EF | 1A | 55 | 0 | 6 | 119 | 56 | 36 |
| Octal | 260 | 44 | 357 | 32 | 125 | 0 | 6 | 431 | 126 | 66 |
| Binary | 10110000 | 100100 | 11101111 | 11010 | 1010101 | 0 | 110 | 100011001 | 1010110 | 110110 |
Color Harmonies of #B024EF
Complementary color
Monochromatic Colors of #B024EF
Black with #B024EF
Text Example
Text Example
White with #B024EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B024EF; }
p { color: rgb(176,36,239); }
H1.HeaderClassName
{
color: #B024EF;
}
.AnyTagClassName
{
color: #B024EF;
}
</style>
background-color css
<style>
a { background-color: #B024EF; }
a { background-color: rgb(176,36,239); }
div.DivClassName
{
background-color: #B024EF;
}
.BgClassName
{
background-color: #B024EF;
}
</style>
border-color css
<style>
span { border-color: #B024EF; }
span { border-color: rgb(176,36,239); }
td.TdClassName
{
border-color: #B024EF;
}
.TagClassName
{
border-color: #B024EF;
}
</style>