Shades of Electric Purple #B019F1
Tints of Electric Purple #B019F1
RGB
CMYK
RGB Variations
Color information
#B019F1 (or 0xB019F1) is known color: Electric Purple. HEX triplet: B0, 19 and F1. RGB value is (176,25,241). Sum of RGB (Red+Green+Blue) = 176+25+241=442 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.82% from 442); Green value is 25 (10.16% from 255 or 5.66% from 442); Blue value is 241 (94.53% from 255 or 54.52% from 442); Max value from RGB is 241 - color contains mainly: blue. Hex color #B019F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B019F1 is #4FE60E. Grayscale: #5E5E5E. Windows color (decimal): -5236239 or 15800752. OLE color: 15800752.
HSL color Cylindrical-coordinate representation of color #B019F1: hue angle of 281.94º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B019F1 is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 25 | 241 | - |
| CMYK | 0.27 | 0.90 | 0 | 0.05 |
| HSL | 281.94º | 0.89% | 0.52% | - |
| HSV(B) | 281.94º | 0.9% | 0.95% | - |
| XYZ | 34.13 | 16.28 | 84.56 | - |
| YUV | 94.77 | 210.53 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 25 | 241 | 0.27 | 0.90 | 0 | 0.05 | 281.94 | 0.89 | 0.52 |
| Hex | B0 | 19 | F1 | 1B | 5A | 0 | 5 | 11A | 59 | 34 |
| Octal | 260 | 31 | 361 | 33 | 132 | 0 | 5 | 432 | 131 | 64 |
| Binary | 10110000 | 11001 | 11110001 | 11011 | 1011010 | 0 | 101 | 100011010 | 1011001 | 110100 |
Color Harmonies of #B019F1
Complementary color
Monochromatic Colors of #B019F1
Black with #B019F1
Text Example
Text Example
White with #B019F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B019F1; }
p { color: rgb(176,25,241); }
H1.HeaderClassName
{
color: #B019F1;
}
.AnyTagClassName
{
color: #B019F1;
}
</style>
background-color css
<style>
a { background-color: #B019F1; }
a { background-color: rgb(176,25,241); }
div.DivClassName
{
background-color: #B019F1;
}
.BgClassName
{
background-color: #B019F1;
}
</style>
border-color css
<style>
span { border-color: #B019F1; }
span { border-color: rgb(176,25,241); }
td.TdClassName
{
border-color: #B019F1;
}
.TagClassName
{
border-color: #B019F1;
}
</style>