Shades of Electric Purple #B20FF1
Tints of Electric Purple #B20FF1
RGB
CMYK
RGB Variations
Color information
#B20FF1 (or 0xB20FF1) is known color: Electric Purple. HEX triplet: B2, 0F and F1. RGB value is (178,15,241). Sum of RGB (Red+Green+Blue) = 178+15+241=434 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.01% from 434); Green value is 15 (6.25% from 255 or 3.46% from 434); Blue value is 241 (94.53% from 255 or 55.53% from 434); Max value from RGB is 241 - color contains mainly: blue. Hex color #B20FF1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B20FF1 is #4DF00E. Grayscale: #585858. Windows color (decimal): -5107727 or 15798194. OLE color: 15798194.
HSL color Cylindrical-coordinate representation of color #B20FF1: hue angle of 283.27º 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 #B20FF1 is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 15 | 241 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.05 |
| HSL | 283.27º | 0.89% | 0.5% | - |
| HSV(B) | 283.27º | 0.94% | 0.95% | - |
| XYZ | 34.41 | 16.16 | 84.52 | - |
| YUV | 89.5 | 213.5 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 15 | 241 | 0.26 | 0.94 | 0 | 0.05 | 283.27 | 0.89 | 0.5 |
| Hex | B2 | F | F1 | 1A | 5E | 0 | 5 | 11B | 59 | 32 |
| Octal | 262 | 17 | 361 | 32 | 136 | 0 | 5 | 433 | 131 | 62 |
| Binary | 10110010 | 1111 | 11110001 | 11010 | 1011110 | 0 | 101 | 100011011 | 1011001 | 110010 |
Color Harmonies of #B20FF1
Complementary color
Monochromatic Colors of #B20FF1
Black with #B20FF1
Text Example
Text Example
White with #B20FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20FF1; }
p { color: rgb(178,15,241); }
H1.HeaderClassName
{
color: #B20FF1;
}
.AnyTagClassName
{
color: #B20FF1;
}
</style>
background-color css
<style>
a { background-color: #B20FF1; }
a { background-color: rgb(178,15,241); }
div.DivClassName
{
background-color: #B20FF1;
}
.BgClassName
{
background-color: #B20FF1;
}
</style>
border-color css
<style>
span { border-color: #B20FF1; }
span { border-color: rgb(178,15,241); }
td.TdClassName
{
border-color: #B20FF1;
}
.TagClassName
{
border-color: #B20FF1;
}
</style>