Shades of Electric Purple #B220ED
Tints of Electric Purple #B220ED
RGB
CMYK
RGB Variations
Color information
#B220ED (or 0xB220ED) is known color: Electric Purple. HEX triplet: B2, 20 and ED. RGB value is (178,32,237). Sum of RGB (Red+Green+Blue) = 178+32+237=447 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.82% from 447); Green value is 32 (12.89% from 255 or 7.16% from 447); Blue value is 237 (92.97% from 255 or 53.02% from 447); Max value from RGB is 237 - color contains mainly: blue. Hex color #B220ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B220ED is #4DDF12. Grayscale: #626262. Windows color (decimal): -5103379 or 15540402. OLE color: 15540402.
HSL color Cylindrical-coordinate representation of color #B220ED: hue angle of 282.73º 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 #B220ED is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 32 | 237 | - |
| CMYK | 0.25 | 0.86 | 0 | 0.07 |
| HSL | 282.73º | 0.85% | 0.53% | - |
| HSV(B) | 282.73º | 0.86% | 0.93% | - |
| XYZ | 34.16 | 16.61 | 81.53 | - |
| YUV | 99.02 | 205.87 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 32 | 237 | 0.25 | 0.86 | 0 | 0.07 | 282.73 | 0.85 | 0.53 |
| Hex | B2 | 20 | ED | 19 | 56 | 0 | 7 | 11B | 55 | 35 |
| Octal | 262 | 40 | 355 | 31 | 126 | 0 | 7 | 433 | 125 | 65 |
| Binary | 10110010 | 100000 | 11101101 | 11001 | 1010110 | 0 | 111 | 100011011 | 1010101 | 110101 |
Color Harmonies of #B220ED
Complementary color
Monochromatic Colors of #B220ED
Black with #B220ED
Text Example
Text Example
White with #B220ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B220ED; }
p { color: rgb(178,32,237); }
H1.HeaderClassName
{
color: #B220ED;
}
.AnyTagClassName
{
color: #B220ED;
}
</style>
background-color css
<style>
a { background-color: #B220ED; }
a { background-color: rgb(178,32,237); }
div.DivClassName
{
background-color: #B220ED;
}
.BgClassName
{
background-color: #B220ED;
}
</style>
border-color css
<style>
span { border-color: #B220ED; }
span { border-color: rgb(178,32,237); }
td.TdClassName
{
border-color: #B220ED;
}
.TagClassName
{
border-color: #B220ED;
}
</style>