Shades of Electric Purple #B20DFE
Tints of Electric Purple #B20DFE
RGB
CMYK
RGB Variations
Color information
#B20DFE (or 0xB20DFE) is known color: Electric Purple. HEX triplet: B2, 0D and FE. RGB value is (178,13,254). Sum of RGB (Red+Green+Blue) = 178+13+254=445 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40% from 445); Green value is 13 (5.47% from 255 or 2.92% from 445); Blue value is 254 (99.61% from 255 or 57.08% from 445); Max value from RGB is 254 - color contains mainly: blue. Hex color #B20DFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B20DFE is #4DF201. Grayscale: #595959. Windows color (decimal): -5108226 or 16649650. OLE color: 16649650.
HSL color Cylindrical-coordinate representation of color #B20DFE: hue angle of 281.08º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B20DFE is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 13 | 254 | - |
| CMYK | 0.30 | 0.95 | 0 | 0.00 |
| HSL | 281.08º | 0.99% | 0.52% | - |
| HSV(B) | 281.08º | 0.95% | 1% | - |
| XYZ | 36.39 | 16.91 | 95.11 | - |
| YUV | 89.81 | 220.66 | 190.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 13 | 254 | 0.30 | 0.95 | 0 | 0.00 | 281.08 | 0.99 | 0.52 |
| Hex | B2 | D | FE | 1E | 5F | 0 | 0 | 119 | 63 | 34 |
| Octal | 262 | 15 | 376 | 36 | 137 | 0 | 0 | 431 | 143 | 64 |
| Binary | 10110010 | 1101 | 11111110 | 11110 | 1011111 | 0 | 0 | 100011001 | 1100011 | 110100 |
Color Harmonies of #B20DFE
Complementary color
Monochromatic Colors of #B20DFE
Black with #B20DFE
Text Example
Text Example
White with #B20DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20DFE; }
p { color: rgb(178,13,254); }
H1.HeaderClassName
{
color: #B20DFE;
}
.AnyTagClassName
{
color: #B20DFE;
}
</style>
background-color css
<style>
a { background-color: #B20DFE; }
a { background-color: rgb(178,13,254); }
div.DivClassName
{
background-color: #B20DFE;
}
.BgClassName
{
background-color: #B20DFE;
}
</style>
border-color css
<style>
span { border-color: #B20DFE; }
span { border-color: rgb(178,13,254); }
td.TdClassName
{
border-color: #B20DFE;
}
.TagClassName
{
border-color: #B20DFE;
}
</style>