Shades of Electric Purple #B021FF
Tints of Electric Purple #B021FF
RGB
CMYK
RGB Variations
Color information
#B021FF (or 0xB021FF) is known color: Electric Purple. HEX triplet: B0, 21 and FF. RGB value is (176,33,255). Sum of RGB (Red+Green+Blue) = 176+33+255=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 33 (13.28% from 255 or 7.11% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #B021FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B021FF is #4FDE00. Grayscale: #646464. Windows color (decimal): -5234177 or 16720304. OLE color: 16720304.
HSL color Cylindrical-coordinate representation of color #B021FF: hue angle of 278.65º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B021FF is Cyan = 0.31, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 33 | 255 | - |
| CMYK | 0.31 | 0.87 | 0 | 0 |
| HSL | 278.65º | 1% | 0.56% | - |
| HSV(B) | 278.65º | 0.87% | 1% | - |
| XYZ | 36.5 | 17.54 | 96.07 | - |
| YUV | 101.07 | 214.88 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 33 | 255 | 0.31 | 0.87 | 0 | 0 | 278.65 | 1 | 0.56 |
| Hex | B0 | 21 | FF | 1F | 57 | 0 | 0 | 117 | 64 | 38 |
| Octal | 260 | 41 | 377 | 37 | 127 | 0 | 0 | 427 | 144 | 70 |
| Binary | 10110000 | 100001 | 11111111 | 11111 | 1010111 | 0 | 0 | 100010111 | 1100100 | 111000 |
Color Harmonies of #B021FF
Complementary color
Monochromatic Colors of #B021FF
Black with #B021FF
Text Example
Text Example
White with #B021FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B021FF; }
p { color: rgb(176,33,255); }
H1.HeaderClassName
{
color: #B021FF;
}
.AnyTagClassName
{
color: #B021FF;
}
</style>
background-color css
<style>
a { background-color: #B021FF; }
a { background-color: rgb(176,33,255); }
div.DivClassName
{
background-color: #B021FF;
}
.BgClassName
{
background-color: #B021FF;
}
</style>
border-color css
<style>
span { border-color: #B021FF; }
span { border-color: rgb(176,33,255); }
td.TdClassName
{
border-color: #B021FF;
}
.TagClassName
{
border-color: #B021FF;
}
</style>