Shades of Electric Purple #B20DF1
Tints of Electric Purple #B20DF1
RGB
CMYK
RGB Variations
Color information
#B20DF1 (or 0xB20DF1) is known color: Electric Purple. HEX triplet: B2, 0D and F1. RGB value is (178,13,241). Sum of RGB (Red+Green+Blue) = 178+13+241=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 13 (5.47% from 255 or 3.01% from 432); Blue value is 241 (94.53% from 255 or 55.79% from 432); Max value from RGB is 241 - color contains mainly: blue. Hex color #B20DF1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B20DF1 is #4DF20E. Grayscale: #575757. Windows color (decimal): -5108239 or 15797682. OLE color: 15797682.
HSL color Cylindrical-coordinate representation of color #B20DF1: hue angle of 283.42º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B20DF1 is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 13 | 241 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.05 |
| HSL | 283.42º | 0.9% | 0.5% | - |
| HSV(B) | 283.42º | 0.95% | 0.95% | - |
| XYZ | 34.38 | 16.1 | 84.52 | - |
| YUV | 88.33 | 214.16 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 13 | 241 | 0.26 | 0.95 | 0 | 0.05 | 283.42 | 0.9 | 0.5 |
| Hex | B2 | D | F1 | 1A | 5F | 0 | 5 | 11B | 5A | 32 |
| Octal | 262 | 15 | 361 | 32 | 137 | 0 | 5 | 433 | 132 | 62 |
| Binary | 10110010 | 1101 | 11110001 | 11010 | 1011111 | 0 | 101 | 100011011 | 1011010 | 110010 |
Color Harmonies of #B20DF1
Complementary color
Monochromatic Colors of #B20DF1
Black with #B20DF1
Text Example
Text Example
White with #B20DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20DF1; }
p { color: rgb(178,13,241); }
H1.HeaderClassName
{
color: #B20DF1;
}
.AnyTagClassName
{
color: #B20DF1;
}
</style>
background-color css
<style>
a { background-color: #B20DF1; }
a { background-color: rgb(178,13,241); }
div.DivClassName
{
background-color: #B20DF1;
}
.BgClassName
{
background-color: #B20DF1;
}
</style>
border-color css
<style>
span { border-color: #B20DF1; }
span { border-color: rgb(178,13,241); }
td.TdClassName
{
border-color: #B20DF1;
}
.TagClassName
{
border-color: #B20DF1;
}
</style>