Shades of Electric Purple #B20FFF
Tints of Electric Purple #B20FFF
RGB
CMYK
RGB Variations
Color information
#B20FFF (or 0xB20FFF) is known color: Electric Purple. HEX triplet: B2, 0F and FF. RGB value is (178,15,255). Sum of RGB (Red+Green+Blue) = 178+15+255=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 15 (6.25% from 255 or 3.35% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #B20FFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B20FFF is #4DF000. Grayscale: #5A5A5A. Windows color (decimal): -5107713 or 16715698. OLE color: 16715698.
HSL color Cylindrical-coordinate representation of color #B20FFF: hue angle of 280.75º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B20FFF is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 15 | 255 | - |
| CMYK | 0.30 | 0.94 | 0 | 0 |
| HSL | 280.75º | 1% | 0.53% | - |
| HSV(B) | 280.75º | 0.94% | 1% | - |
| XYZ | 36.58 | 17.03 | 95.97 | - |
| YUV | 91.1 | 220.5 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 15 | 255 | 0.30 | 0.94 | 0 | 0 | 280.75 | 1 | 0.53 |
| Hex | B2 | F | FF | 1E | 5E | 0 | 0 | 119 | 64 | 35 |
| Octal | 262 | 17 | 377 | 36 | 136 | 0 | 0 | 431 | 144 | 65 |
| Binary | 10110010 | 1111 | 11111111 | 11110 | 1011110 | 0 | 0 | 100011001 | 1100100 | 110101 |
Color Harmonies of #B20FFF
Complementary color
Monochromatic Colors of #B20FFF
Black with #B20FFF
Text Example
Text Example
White with #B20FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20FFF; }
p { color: rgb(178,15,255); }
H1.HeaderClassName
{
color: #B20FFF;
}
.AnyTagClassName
{
color: #B20FFF;
}
</style>
background-color css
<style>
a { background-color: #B20FFF; }
a { background-color: rgb(178,15,255); }
div.DivClassName
{
background-color: #B20FFF;
}
.BgClassName
{
background-color: #B20FFF;
}
</style>
border-color css
<style>
span { border-color: #B20FFF; }
span { border-color: rgb(178,15,255); }
td.TdClassName
{
border-color: #B20FFF;
}
.TagClassName
{
border-color: #B20FFF;
}
</style>