Shades of Electric Purple #B20CFF
Tints of Electric Purple #B20CFF
RGB
CMYK
RGB Variations
Color information
#B20CFF (or 0xB20CFF) is known color: Electric Purple. HEX triplet: B2, 0C and FF. RGB value is (178,12,255). Sum of RGB (Red+Green+Blue) = 178+12+255=445 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40% from 445); Green value is 12 (5.08% from 255 or 2.70% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #B20CFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B20CFF is #4DF300. Grayscale: #585858. Windows color (decimal): -5108481 or 16714930. OLE color: 16714930.
HSL color Cylindrical-coordinate representation of color #B20CFF: hue angle of 280.99º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B20CFF is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 12 | 255 | - |
| CMYK | 0.30 | 0.95 | 0 | 0 |
| HSL | 280.99º | 1% | 0.52% | - |
| HSV(B) | 280.99º | 0.95% | 1% | - |
| XYZ | 36.54 | 16.95 | 95.95 | - |
| YUV | 89.34 | 221.5 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 12 | 255 | 0.30 | 0.95 | 0 | 0 | 280.99 | 1 | 0.52 |
| Hex | B2 | C | FF | 1E | 5F | 0 | 0 | 119 | 64 | 34 |
| Octal | 262 | 14 | 377 | 36 | 137 | 0 | 0 | 431 | 144 | 64 |
| Binary | 10110010 | 1100 | 11111111 | 11110 | 1011111 | 0 | 0 | 100011001 | 1100100 | 110100 |
Color Harmonies of #B20CFF
Complementary color
Monochromatic Colors of #B20CFF
Black with #B20CFF
Text Example
Text Example
White with #B20CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20CFF; }
p { color: rgb(178,12,255); }
H1.HeaderClassName
{
color: #B20CFF;
}
.AnyTagClassName
{
color: #B20CFF;
}
</style>
background-color css
<style>
a { background-color: #B20CFF; }
a { background-color: rgb(178,12,255); }
div.DivClassName
{
background-color: #B20CFF;
}
.BgClassName
{
background-color: #B20CFF;
}
</style>
border-color css
<style>
span { border-color: #B20CFF; }
span { border-color: rgb(178,12,255); }
td.TdClassName
{
border-color: #B20CFF;
}
.TagClassName
{
border-color: #B20CFF;
}
</style>