Shades of Electric Purple #B220EB
Tints of Electric Purple #B220EB
RGB
CMYK
RGB Variations
Color information
#B220EB (or 0xB220EB) is known color: Electric Purple. HEX triplet: B2, 20 and EB. RGB value is (178,32,235). Sum of RGB (Red+Green+Blue) = 178+32+235=445 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40% from 445); Green value is 32 (12.89% from 255 or 7.19% from 445); Blue value is 235 (92.19% from 255 or 52.81% from 445); Max value from RGB is 235 - color contains mainly: blue. Hex color #B220EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B220EB is #4DDF14. Grayscale: #626262. Windows color (decimal): -5103381 or 15409330. OLE color: 15409330.
HSL color Cylindrical-coordinate representation of color #B220EB: hue angle of 283.15º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B220EB is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 178 | 32 | 235 | - |
| CMYK | 0.24 | 0.86 | 0 | 0.08 |
| HSL | 283.15º | 0.84% | 0.52% | - |
| HSV(B) | 283.15º | 0.86% | 0.92% | - |
| XYZ | 33.87 | 16.5 | 80 | - |
| YUV | 98.8 | 204.87 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 32 | 235 | 0.24 | 0.86 | 0 | 0.08 | 283.15 | 0.84 | 0.52 |
| Hex | B2 | 20 | EB | 18 | 56 | 0 | 8 | 11B | 54 | 34 |
| Octal | 262 | 40 | 353 | 30 | 126 | 0 | 10 | 433 | 124 | 64 |
| Binary | 10110010 | 100000 | 11101011 | 11000 | 1010110 | 0 | 1000 | 100011011 | 1010100 | 110100 |
Color Harmonies of #B220EB
Complementary color
Monochromatic Colors of #B220EB
Black with #B220EB
Text Example
Text Example
White with #B220EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B220EB; }
p { color: rgb(178,32,235); }
H1.HeaderClassName
{
color: #B220EB;
}
.AnyTagClassName
{
color: #B220EB;
}
</style>
background-color css
<style>
a { background-color: #B220EB; }
a { background-color: rgb(178,32,235); }
div.DivClassName
{
background-color: #B220EB;
}
.BgClassName
{
background-color: #B220EB;
}
</style>
border-color css
<style>
span { border-color: #B220EB; }
span { border-color: rgb(178,32,235); }
td.TdClassName
{
border-color: #B220EB;
}
.TagClassName
{
border-color: #B220EB;
}
</style>