Shades of Electric Purple #B021F1
Tints of Electric Purple #B021F1
RGB
CMYK
RGB Variations
Color information
#B021F1 (or 0xB021F1) is known color: Electric Purple. HEX triplet: B0, 21 and F1. RGB value is (176,33,241). Sum of RGB (Red+Green+Blue) = 176+33+241=450 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.11% from 450); Green value is 33 (13.28% from 255 or 7.33% from 450); Blue value is 241 (94.53% from 255 or 53.56% from 450); Max value from RGB is 241 - color contains mainly: blue. Hex color #B021F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B021F1 is #4FDE0E. Grayscale: #626262. Windows color (decimal): -5234191 or 15802800. OLE color: 15802800.
HSL color Cylindrical-coordinate representation of color #B021F1: hue angle of 281.25º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B021F1 is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 33 | 241 | - |
| CMYK | 0.27 | 0.86 | 0 | 0.05 |
| HSL | 281.25º | 0.88% | 0.54% | - |
| HSV(B) | 281.25º | 0.86% | 0.95% | - |
| XYZ | 34.33 | 16.67 | 84.63 | - |
| YUV | 99.47 | 207.88 | 182.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 33 | 241 | 0.27 | 0.86 | 0 | 0.05 | 281.25 | 0.88 | 0.54 |
| Hex | B0 | 21 | F1 | 1B | 56 | 0 | 5 | 119 | 58 | 36 |
| Octal | 260 | 41 | 361 | 33 | 126 | 0 | 5 | 431 | 130 | 66 |
| Binary | 10110000 | 100001 | 11110001 | 11011 | 1010110 | 0 | 101 | 100011001 | 1011000 | 110110 |
Color Harmonies of #B021F1
Complementary color
Monochromatic Colors of #B021F1
Black with #B021F1
Text Example
Text Example
White with #B021F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B021F1; }
p { color: rgb(176,33,241); }
H1.HeaderClassName
{
color: #B021F1;
}
.AnyTagClassName
{
color: #B021F1;
}
</style>
background-color css
<style>
a { background-color: #B021F1; }
a { background-color: rgb(176,33,241); }
div.DivClassName
{
background-color: #B021F1;
}
.BgClassName
{
background-color: #B021F1;
}
</style>
border-color css
<style>
span { border-color: #B021F1; }
span { border-color: rgb(176,33,241); }
td.TdClassName
{
border-color: #B021F1;
}
.TagClassName
{
border-color: #B021F1;
}
</style>