Shades of Electric Purple #B424ED
Tints of Electric Purple #B424ED
RGB
CMYK
RGB Variations
Color information
#B424ED (or 0xB424ED) is known color: Electric Purple. HEX triplet: B4, 24 and ED. RGB value is (180,36,237). Sum of RGB (Red+Green+Blue) = 180+36+237=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 36 (14.45% from 255 or 7.95% from 453); Blue value is 237 (92.97% from 255 or 52.32% from 453); Max value from RGB is 237 - color contains mainly: blue. Hex color #B424ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B424ED is #4BDB12. Grayscale: #656565. Windows color (decimal): -4971283 or 15541428. OLE color: 15541428.
HSL color Cylindrical-coordinate representation of color #B424ED: hue angle of 282.99º 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 #B424ED is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 36 | 237 | - |
| CMYK | 0.24 | 0.85 | 0 | 0.07 |
| HSL | 282.99º | 0.85% | 0.54% | - |
| HSV(B) | 282.99º | 0.85% | 0.93% | - |
| XYZ | 34.74 | 17.08 | 81.59 | - |
| YUV | 101.97 | 204.21 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 36 | 237 | 0.24 | 0.85 | 0 | 0.07 | 282.99 | 0.85 | 0.54 |
| Hex | B4 | 24 | ED | 18 | 55 | 0 | 7 | 11B | 55 | 36 |
| Octal | 264 | 44 | 355 | 30 | 125 | 0 | 7 | 433 | 125 | 66 |
| Binary | 10110100 | 100100 | 11101101 | 11000 | 1010101 | 0 | 111 | 100011011 | 1010101 | 110110 |
Color Harmonies of #B424ED
Complementary color
Monochromatic Colors of #B424ED
Black with #B424ED
Text Example
Text Example
White with #B424ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B424ED; }
p { color: rgb(180,36,237); }
H1.HeaderClassName
{
color: #B424ED;
}
.AnyTagClassName
{
color: #B424ED;
}
</style>
background-color css
<style>
a { background-color: #B424ED; }
a { background-color: rgb(180,36,237); }
div.DivClassName
{
background-color: #B424ED;
}
.BgClassName
{
background-color: #B424ED;
}
</style>
border-color css
<style>
span { border-color: #B424ED; }
span { border-color: rgb(180,36,237); }
td.TdClassName
{
border-color: #B424ED;
}
.TagClassName
{
border-color: #B424ED;
}
</style>