Shades of Electric Purple #B20EF1
Tints of Electric Purple #B20EF1
RGB
CMYK
RGB Variations
Color information
#B20EF1 (or 0xB20EF1) is known color: Electric Purple. HEX triplet: B2, 0E and F1. RGB value is (178,14,241). Sum of RGB (Red+Green+Blue) = 178+14+241=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 14 (5.86% from 255 or 3.23% from 433); Blue value is 241 (94.53% from 255 or 55.66% from 433); Max value from RGB is 241 - color contains mainly: blue. Hex color #B20EF1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B20EF1 is #4DF10E. Grayscale: #585858. Windows color (decimal): -5107983 or 15797938. OLE color: 15797938.
HSL color Cylindrical-coordinate representation of color #B20EF1: hue angle of 283.35º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B20EF1 is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 14 | 241 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.05 |
| HSL | 283.35º | 0.89% | 0.5% | - |
| HSV(B) | 283.35º | 0.94% | 0.95% | - |
| XYZ | 34.39 | 16.13 | 84.52 | - |
| YUV | 88.91 | 213.83 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 14 | 241 | 0.26 | 0.94 | 0 | 0.05 | 283.35 | 0.89 | 0.5 |
| Hex | B2 | E | F1 | 1A | 5E | 0 | 5 | 11B | 59 | 32 |
| Octal | 262 | 16 | 361 | 32 | 136 | 0 | 5 | 433 | 131 | 62 |
| Binary | 10110010 | 1110 | 11110001 | 11010 | 1011110 | 0 | 101 | 100011011 | 1011001 | 110010 |
Color Harmonies of #B20EF1
Complementary color
Monochromatic Colors of #B20EF1
Black with #B20EF1
Text Example
Text Example
White with #B20EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20EF1; }
p { color: rgb(178,14,241); }
H1.HeaderClassName
{
color: #B20EF1;
}
.AnyTagClassName
{
color: #B20EF1;
}
</style>
background-color css
<style>
a { background-color: #B20EF1; }
a { background-color: rgb(178,14,241); }
div.DivClassName
{
background-color: #B20EF1;
}
.BgClassName
{
background-color: #B20EF1;
}
</style>
border-color css
<style>
span { border-color: #B20EF1; }
span { border-color: rgb(178,14,241); }
td.TdClassName
{
border-color: #B20EF1;
}
.TagClassName
{
border-color: #B20EF1;
}
</style>