Shades of Electric Purple #B220F7
Tints of Electric Purple #B220F7
RGB
CMYK
RGB Variations
Color information
#B220F7 (or 0xB220F7) is known color: Electric Purple. HEX triplet: B2, 20 and F7. RGB value is (178,32,247). Sum of RGB (Red+Green+Blue) = 178+32+247=457 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.95% from 457); Green value is 32 (12.89% from 255 or 7.00% from 457); Blue value is 247 (96.88% from 255 or 54.05% from 457); Max value from RGB is 247 - color contains mainly: blue. Hex color #B220F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B220F7 is #4DDF08. Grayscale: #636363. Windows color (decimal): -5103369 or 16195762. OLE color: 16195762.
HSL color Cylindrical-coordinate representation of color #B220F7: hue angle of 280.74º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B220F7 is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 178 | 32 | 247 | - |
| CMYK | 0.28 | 0.87 | 0 | 0.03 |
| HSL | 280.74º | 0.93% | 0.55% | - |
| HSV(B) | 280.74º | 0.87% | 0.97% | - |
| XYZ | 35.67 | 17.21 | 89.44 | - |
| YUV | 100.16 | 210.87 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 32 | 247 | 0.28 | 0.87 | 0 | 0.03 | 280.74 | 0.93 | 0.55 |
| Hex | B2 | 20 | F7 | 1C | 57 | 0 | 3 | 119 | 5D | 37 |
| Octal | 262 | 40 | 367 | 34 | 127 | 0 | 3 | 431 | 135 | 67 |
| Binary | 10110010 | 100000 | 11110111 | 11100 | 1010111 | 0 | 11 | 100011001 | 1011101 | 110111 |
Color Harmonies of #B220F7
Complementary color
Monochromatic Colors of #B220F7
Black with #B220F7
Text Example
Text Example
White with #B220F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B220F7; }
p { color: rgb(178,32,247); }
H1.HeaderClassName
{
color: #B220F7;
}
.AnyTagClassName
{
color: #B220F7;
}
</style>
background-color css
<style>
a { background-color: #B220F7; }
a { background-color: rgb(178,32,247); }
div.DivClassName
{
background-color: #B220F7;
}
.BgClassName
{
background-color: #B220F7;
}
</style>
border-color css
<style>
span { border-color: #B220F7; }
span { border-color: rgb(178,32,247); }
td.TdClassName
{
border-color: #B220F7;
}
.TagClassName
{
border-color: #B220F7;
}
</style>