Shades of Electric Purple #B220FF
Tints of Electric Purple #B220FF
RGB
CMYK
RGB Variations
Color information
#B220FF (or 0xB220FF) is known color: Electric Purple. HEX triplet: B2, 20 and FF. RGB value is (178,32,255). Sum of RGB (Red+Green+Blue) = 178+32+255=465 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.28% from 465); Green value is 32 (12.89% from 255 or 6.88% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #B220FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B220FF is #4DDF00. Grayscale: #646464. Windows color (decimal): -5103361 or 16720050. OLE color: 16720050.
HSL color Cylindrical-coordinate representation of color #B220FF: hue angle of 279.28º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B220FF is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 32 | 255 | - |
| CMYK | 0.30 | 0.87 | 0 | 0 |
| HSL | 279.28º | 1% | 0.56% | - |
| HSV(B) | 279.28º | 0.87% | 1% | - |
| XYZ | 36.93 | 17.72 | 96.08 | - |
| YUV | 101.08 | 214.87 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 32 | 255 | 0.30 | 0.87 | 0 | 0 | 279.28 | 1 | 0.56 |
| Hex | B2 | 20 | FF | 1E | 57 | 0 | 0 | 117 | 64 | 38 |
| Octal | 262 | 40 | 377 | 36 | 127 | 0 | 0 | 427 | 144 | 70 |
| Binary | 10110010 | 100000 | 11111111 | 11110 | 1010111 | 0 | 0 | 100010111 | 1100100 | 111000 |
Color Harmonies of #B220FF
Complementary color
Monochromatic Colors of #B220FF
Black with #B220FF
Text Example
Text Example
White with #B220FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B220FF; }
p { color: rgb(178,32,255); }
H1.HeaderClassName
{
color: #B220FF;
}
.AnyTagClassName
{
color: #B220FF;
}
</style>
background-color css
<style>
a { background-color: #B220FF; }
a { background-color: rgb(178,32,255); }
div.DivClassName
{
background-color: #B220FF;
}
.BgClassName
{
background-color: #B220FF;
}
</style>
border-color css
<style>
span { border-color: #B220FF; }
span { border-color: rgb(178,32,255); }
td.TdClassName
{
border-color: #B220FF;
}
.TagClassName
{
border-color: #B220FF;
}
</style>