Shades of Electric Purple #B424EC
Tints of Electric Purple #B424EC
RGB
CMYK
RGB Variations
Color information
#B424EC (or 0xB424EC) is known color: Electric Purple. HEX triplet: B4, 24 and EC. RGB value is (180,36,236). Sum of RGB (Red+Green+Blue) = 180+36+236=452 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.82% from 452); Green value is 36 (14.45% from 255 or 7.96% from 452); Blue value is 236 (92.58% from 255 or 52.21% from 452); Max value from RGB is 236 - color contains mainly: blue. Hex color #B424EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B424EC is #4BDB13. Grayscale: #656565. Windows color (decimal): -4971284 or 15475892. OLE color: 15475892.
HSL color Cylindrical-coordinate representation of color #B424EC: hue angle of 283.2º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B424EC is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 36 | 236 | - |
| CMYK | 0.24 | 0.85 | 0 | 0.07 |
| HSL | 283.2º | 0.84% | 0.53% | - |
| HSV(B) | 283.2º | 0.85% | 0.93% | - |
| XYZ | 34.59 | 17.02 | 80.82 | - |
| YUV | 101.86 | 203.71 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 36 | 236 | 0.24 | 0.85 | 0 | 0.07 | 283.2 | 0.84 | 0.53 |
| Hex | B4 | 24 | EC | 18 | 55 | 0 | 7 | 11B | 54 | 35 |
| Octal | 264 | 44 | 354 | 30 | 125 | 0 | 7 | 433 | 124 | 65 |
| Binary | 10110100 | 100100 | 11101100 | 11000 | 1010101 | 0 | 111 | 100011011 | 1010100 | 110101 |
Color Harmonies of #B424EC
Complementary color
Monochromatic Colors of #B424EC
Black with #B424EC
Text Example
Text Example
White with #B424EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B424EC; }
p { color: rgb(180,36,236); }
H1.HeaderClassName
{
color: #B424EC;
}
.AnyTagClassName
{
color: #B424EC;
}
</style>
background-color css
<style>
a { background-color: #B424EC; }
a { background-color: rgb(180,36,236); }
div.DivClassName
{
background-color: #B424EC;
}
.BgClassName
{
background-color: #B424EC;
}
</style>
border-color css
<style>
span { border-color: #B424EC; }
span { border-color: rgb(180,36,236); }
td.TdClassName
{
border-color: #B424EC;
}
.TagClassName
{
border-color: #B424EC;
}
</style>