Shades of Electric Purple #B424EF
Tints of Electric Purple #B424EF
RGB
CMYK
RGB Variations
Color information
#B424EF (or 0xB424EF) is known color: Electric Purple. HEX triplet: B4, 24 and EF. RGB value is (180,36,239). Sum of RGB (Red+Green+Blue) = 180+36+239=455 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.56% from 455); Green value is 36 (14.45% from 255 or 7.91% from 455); Blue value is 239 (93.75% from 255 or 52.53% from 455); Max value from RGB is 239 - color contains mainly: blue. Hex color #B424EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B424EF is #4BDB10. Grayscale: #656565. Windows color (decimal): -4971281 or 15672500. OLE color: 15672500.
HSL color Cylindrical-coordinate representation of color #B424EF: hue angle of 282.56º 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 #B424EF is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 180 | 36 | 239 | - |
| CMYK | 0.25 | 0.85 | 0 | 0.06 |
| HSL | 282.56º | 0.86% | 0.54% | - |
| HSV(B) | 282.56º | 0.85% | 0.94% | - |
| XYZ | 35.03 | 17.2 | 83.13 | - |
| YUV | 102.2 | 205.21 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 36 | 239 | 0.25 | 0.85 | 0 | 0.06 | 282.56 | 0.86 | 0.54 |
| Hex | B4 | 24 | EF | 19 | 55 | 0 | 6 | 11B | 56 | 36 |
| Octal | 264 | 44 | 357 | 31 | 125 | 0 | 6 | 433 | 126 | 66 |
| Binary | 10110100 | 100100 | 11101111 | 11001 | 1010101 | 0 | 110 | 100011011 | 1010110 | 110110 |
Color Harmonies of #B424EF
Complementary color
Monochromatic Colors of #B424EF
Black with #B424EF
Text Example
Text Example
White with #B424EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B424EF; }
p { color: rgb(180,36,239); }
H1.HeaderClassName
{
color: #B424EF;
}
.AnyTagClassName
{
color: #B424EF;
}
</style>
background-color css
<style>
a { background-color: #B424EF; }
a { background-color: rgb(180,36,239); }
div.DivClassName
{
background-color: #B424EF;
}
.BgClassName
{
background-color: #B424EF;
}
</style>
border-color css
<style>
span { border-color: #B424EF; }
span { border-color: rgb(180,36,239); }
td.TdClassName
{
border-color: #B424EF;
}
.TagClassName
{
border-color: #B424EF;
}
</style>