Shades of Electric Purple #B20DF0
Tints of Electric Purple #B20DF0
RGB
CMYK
RGB Variations
Color information
#B20DF0 (or 0xB20DF0) is known color: Electric Purple. HEX triplet: B2, 0D and F0. RGB value is (178,13,240). Sum of RGB (Red+Green+Blue) = 178+13+240=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 13 (5.47% from 255 or 3.02% from 431); Blue value is 240 (94.14% from 255 or 55.68% from 431); Max value from RGB is 240 - color contains mainly: blue. Hex color #B20DF0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B20DF0 is #4DF20F. Grayscale: #575757. Windows color (decimal): -5108240 or 15732146. OLE color: 15732146.
HSL color Cylindrical-coordinate representation of color #B20DF0: hue angle of 283.61º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B20DF0 is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 178 | 13 | 240 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.06 |
| HSL | 283.61º | 0.9% | 0.5% | - |
| HSV(B) | 283.61º | 0.95% | 0.94% | - |
| XYZ | 34.23 | 16.04 | 83.73 | - |
| YUV | 88.21 | 213.66 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 13 | 240 | 0.26 | 0.95 | 0 | 0.06 | 283.61 | 0.9 | 0.5 |
| Hex | B2 | D | F0 | 1A | 5F | 0 | 6 | 11C | 5A | 32 |
| Octal | 262 | 15 | 360 | 32 | 137 | 0 | 6 | 434 | 132 | 62 |
| Binary | 10110010 | 1101 | 11110000 | 11010 | 1011111 | 0 | 110 | 100011100 | 1011010 | 110010 |
Color Harmonies of #B20DF0
Complementary color
Monochromatic Colors of #B20DF0
Black with #B20DF0
Text Example
Text Example
White with #B20DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20DF0; }
p { color: rgb(178,13,240); }
H1.HeaderClassName
{
color: #B20DF0;
}
.AnyTagClassName
{
color: #B20DF0;
}
</style>
background-color css
<style>
a { background-color: #B20DF0; }
a { background-color: rgb(178,13,240); }
div.DivClassName
{
background-color: #B20DF0;
}
.BgClassName
{
background-color: #B20DF0;
}
</style>
border-color css
<style>
span { border-color: #B20DF0; }
span { border-color: rgb(178,13,240); }
td.TdClassName
{
border-color: #B20DF0;
}
.TagClassName
{
border-color: #B20DF0;
}
</style>