Shades of Electric Purple #B20EFF
Tints of Electric Purple #B20EFF
RGB
CMYK
RGB Variations
Color information
#B20EFF (or 0xB20EFF) is known color: Electric Purple. HEX triplet: B2, 0E and FF. RGB value is (178,14,255). Sum of RGB (Red+Green+Blue) = 178+14+255=447 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.82% from 447); Green value is 14 (5.86% from 255 or 3.13% from 447); Blue value is 255 (100% from 255 or 57.05% from 447); Max value from RGB is 255 - color contains mainly: blue. Hex color #B20EFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B20EFF is #4DF100. Grayscale: #595959. Windows color (decimal): -5107969 or 16715442. OLE color: 16715442.
HSL color Cylindrical-coordinate representation of color #B20EFF: hue angle of 280.83º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B20EFF is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 14 | 255 | - |
| CMYK | 0.30 | 0.95 | 0 | 0 |
| HSL | 280.83º | 1% | 0.53% | - |
| HSV(B) | 280.83º | 0.95% | 1% | - |
| XYZ | 36.57 | 17 | 95.96 | - |
| YUV | 90.51 | 220.83 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 14 | 255 | 0.30 | 0.95 | 0 | 0 | 280.83 | 1 | 0.53 |
| Hex | B2 | E | FF | 1E | 5F | 0 | 0 | 119 | 64 | 35 |
| Octal | 262 | 16 | 377 | 36 | 137 | 0 | 0 | 431 | 144 | 65 |
| Binary | 10110010 | 1110 | 11111111 | 11110 | 1011111 | 0 | 0 | 100011001 | 1100100 | 110101 |
Color Harmonies of #B20EFF
Complementary color
Monochromatic Colors of #B20EFF
Black with #B20EFF
Text Example
Text Example
White with #B20EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20EFF; }
p { color: rgb(178,14,255); }
H1.HeaderClassName
{
color: #B20EFF;
}
.AnyTagClassName
{
color: #B20EFF;
}
</style>
background-color css
<style>
a { background-color: #B20EFF; }
a { background-color: rgb(178,14,255); }
div.DivClassName
{
background-color: #B20EFF;
}
.BgClassName
{
background-color: #B20EFF;
}
</style>
border-color css
<style>
span { border-color: #B20EFF; }
span { border-color: rgb(178,14,255); }
td.TdClassName
{
border-color: #B20EFF;
}
.TagClassName
{
border-color: #B20EFF;
}
</style>