Shades of Electric Purple #B220EF
Tints of Electric Purple #B220EF
RGB
CMYK
RGB Variations
Color information
#B220EF (or 0xB220EF) is known color: Electric Purple. HEX triplet: B2, 20 and EF. RGB value is (178,32,239). Sum of RGB (Red+Green+Blue) = 178+32+239=449 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.64% from 449); Green value is 32 (12.89% from 255 or 7.13% from 449); Blue value is 239 (93.75% from 255 or 53.23% from 449); Max value from RGB is 239 - color contains mainly: blue. Hex color #B220EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B220EF is #4DDF10. Grayscale: #626262. Windows color (decimal): -5103377 or 15671474. OLE color: 15671474.
HSL color Cylindrical-coordinate representation of color #B220EF: hue angle of 282.32º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B220EF is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 178 | 32 | 239 | - |
| CMYK | 0.26 | 0.87 | 0 | 0.06 |
| HSL | 282.32º | 0.87% | 0.53% | - |
| HSV(B) | 282.32º | 0.87% | 0.94% | - |
| XYZ | 34.46 | 16.73 | 83.07 | - |
| YUV | 99.25 | 206.87 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 32 | 239 | 0.26 | 0.87 | 0 | 0.06 | 282.32 | 0.87 | 0.53 |
| Hex | B2 | 20 | EF | 1A | 57 | 0 | 6 | 11A | 57 | 35 |
| Octal | 262 | 40 | 357 | 32 | 127 | 0 | 6 | 432 | 127 | 65 |
| Binary | 10110010 | 100000 | 11101111 | 11010 | 1010111 | 0 | 110 | 100011010 | 1010111 | 110101 |
Color Harmonies of #B220EF
Complementary color
Monochromatic Colors of #B220EF
Black with #B220EF
Text Example
Text Example
White with #B220EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B220EF; }
p { color: rgb(178,32,239); }
H1.HeaderClassName
{
color: #B220EF;
}
.AnyTagClassName
{
color: #B220EF;
}
</style>
background-color css
<style>
a { background-color: #B220EF; }
a { background-color: rgb(178,32,239); }
div.DivClassName
{
background-color: #B220EF;
}
.BgClassName
{
background-color: #B220EF;
}
</style>
border-color css
<style>
span { border-color: #B220EF; }
span { border-color: rgb(178,32,239); }
td.TdClassName
{
border-color: #B220EF;
}
.TagClassName
{
border-color: #B220EF;
}
</style>