Shades of Electric Purple #B020FE
Tints of Electric Purple #B020FE
RGB
CMYK
RGB Variations
Color information
#B020FE (or 0xB020FE) is known color: Electric Purple. HEX triplet: B0, 20 and FE. RGB value is (176,32,254). Sum of RGB (Red+Green+Blue) = 176+32+254=462 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.10% from 462); Green value is 32 (12.89% from 255 or 6.93% from 462); Blue value is 254 (99.61% from 255 or 54.98% from 462); Max value from RGB is 254 - color contains mainly: blue. Hex color #B020FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B020FE is #4FDF01. Grayscale: #636363. Windows color (decimal): -5234434 or 16654512. OLE color: 16654512.
HSL color Cylindrical-coordinate representation of color #B020FE: hue angle of 278.92º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B020FE is Cyan = 0.31, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 32 | 254 | - |
| CMYK | 0.31 | 0.87 | 0 | 0.00 |
| HSL | 278.92º | 0.99% | 0.56% | - |
| HSV(B) | 278.92º | 0.87% | 1% | - |
| XYZ | 36.31 | 17.42 | 95.21 | - |
| YUV | 100.36 | 214.71 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 32 | 254 | 0.31 | 0.87 | 0 | 0.00 | 278.92 | 0.99 | 0.56 |
| Hex | B0 | 20 | FE | 1F | 57 | 0 | 0 | 117 | 63 | 38 |
| Octal | 260 | 40 | 376 | 37 | 127 | 0 | 0 | 427 | 143 | 70 |
| Binary | 10110000 | 100000 | 11111110 | 11111 | 1010111 | 0 | 0 | 100010111 | 1100011 | 111000 |
Color Harmonies of #B020FE
Complementary color
Monochromatic Colors of #B020FE
Black with #B020FE
Text Example
Text Example
White with #B020FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B020FE; }
p { color: rgb(176,32,254); }
H1.HeaderClassName
{
color: #B020FE;
}
.AnyTagClassName
{
color: #B020FE;
}
</style>
background-color css
<style>
a { background-color: #B020FE; }
a { background-color: rgb(176,32,254); }
div.DivClassName
{
background-color: #B020FE;
}
.BgClassName
{
background-color: #B020FE;
}
</style>
border-color css
<style>
span { border-color: #B020FE; }
span { border-color: rgb(176,32,254); }
td.TdClassName
{
border-color: #B020FE;
}
.TagClassName
{
border-color: #B020FE;
}
</style>