Shades of Electric Purple #B220F0
Tints of Electric Purple #B220F0
RGB
CMYK
RGB Variations
Color information
#B220F0 (or 0xB220F0) is known color: Electric Purple. HEX triplet: B2, 20 and F0. RGB value is (178,32,240). Sum of RGB (Red+Green+Blue) = 178+32+240=450 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.56% from 450); Green value is 32 (12.89% from 255 or 7.11% from 450); Blue value is 240 (94.14% from 255 or 53.33% from 450); Max value from RGB is 240 - color contains mainly: blue. Hex color #B220F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B220F0 is #4DDF0F. Grayscale: #626262. Windows color (decimal): -5103376 or 15737010. OLE color: 15737010.
HSL color Cylindrical-coordinate representation of color #B220F0: hue angle of 282.12º 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 #B220F0 is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 178 | 32 | 240 | - |
| CMYK | 0.26 | 0.87 | 0 | 0.06 |
| HSL | 282.12º | 0.87% | 0.53% | - |
| HSV(B) | 282.12º | 0.87% | 0.94% | - |
| XYZ | 34.6 | 16.79 | 83.85 | - |
| YUV | 99.37 | 207.37 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 32 | 240 | 0.26 | 0.87 | 0 | 0.06 | 282.12 | 0.87 | 0.53 |
| Hex | B2 | 20 | F0 | 1A | 57 | 0 | 6 | 11A | 57 | 35 |
| Octal | 262 | 40 | 360 | 32 | 127 | 0 | 6 | 432 | 127 | 65 |
| Binary | 10110010 | 100000 | 11110000 | 11010 | 1010111 | 0 | 110 | 100011010 | 1010111 | 110101 |
Color Harmonies of #B220F0
Complementary color
Monochromatic Colors of #B220F0
Black with #B220F0
Text Example
Text Example
White with #B220F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B220F0; }
p { color: rgb(178,32,240); }
H1.HeaderClassName
{
color: #B220F0;
}
.AnyTagClassName
{
color: #B220F0;
}
</style>
background-color css
<style>
a { background-color: #B220F0; }
a { background-color: rgb(178,32,240); }
div.DivClassName
{
background-color: #B220F0;
}
.BgClassName
{
background-color: #B220F0;
}
</style>
border-color css
<style>
span { border-color: #B220F0; }
span { border-color: rgb(178,32,240); }
td.TdClassName
{
border-color: #B220F0;
}
.TagClassName
{
border-color: #B220F0;
}
</style>