Shades of Electric Purple #B420ED
Tints of Electric Purple #B420ED
RGB
CMYK
RGB Variations
Color information
#B420ED (or 0xB420ED) is known color: Electric Purple. HEX triplet: B4, 20 and ED. RGB value is (180,32,237). Sum of RGB (Red+Green+Blue) = 180+32+237=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 32 (12.89% from 255 or 7.13% from 449); Blue value is 237 (92.97% from 255 or 52.78% from 449); Max value from RGB is 237 - color contains mainly: blue. Hex color #B420ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B420ED is #4BDF12. Grayscale: #626262. Windows color (decimal): -4972307 or 15540404. OLE color: 15540404.
HSL color Cylindrical-coordinate representation of color #B420ED: hue angle of 283.32º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B420ED is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 32 | 237 | - |
| CMYK | 0.24 | 0.86 | 0 | 0.07 |
| HSL | 283.32º | 0.85% | 0.53% | - |
| HSV(B) | 283.32º | 0.86% | 0.93% | - |
| XYZ | 34.62 | 16.85 | 81.55 | - |
| YUV | 99.62 | 205.53 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 32 | 237 | 0.24 | 0.86 | 0 | 0.07 | 283.32 | 0.85 | 0.53 |
| Hex | B4 | 20 | ED | 18 | 56 | 0 | 7 | 11B | 55 | 35 |
| Octal | 264 | 40 | 355 | 30 | 126 | 0 | 7 | 433 | 125 | 65 |
| Binary | 10110100 | 100000 | 11101101 | 11000 | 1010110 | 0 | 111 | 100011011 | 1010101 | 110101 |
Color Harmonies of #B420ED
Complementary color
Monochromatic Colors of #B420ED
Black with #B420ED
Text Example
Text Example
White with #B420ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B420ED; }
p { color: rgb(180,32,237); }
H1.HeaderClassName
{
color: #B420ED;
}
.AnyTagClassName
{
color: #B420ED;
}
</style>
background-color css
<style>
a { background-color: #B420ED; }
a { background-color: rgb(180,32,237); }
div.DivClassName
{
background-color: #B420ED;
}
.BgClassName
{
background-color: #B420ED;
}
</style>
border-color css
<style>
span { border-color: #B420ED; }
span { border-color: rgb(180,32,237); }
td.TdClassName
{
border-color: #B420ED;
}
.TagClassName
{
border-color: #B420ED;
}
</style>