Shades of Electric Purple #B019F0
Tints of Electric Purple #B019F0
RGB
CMYK
RGB Variations
Color information
#B019F0 (or 0xB019F0) is known color: Electric Purple. HEX triplet: B0, 19 and F0. RGB value is (176,25,240). Sum of RGB (Red+Green+Blue) = 176+25+240=441 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.91% from 441); Green value is 25 (10.16% from 255 or 5.67% from 441); Blue value is 240 (94.14% from 255 or 54.42% from 441); Max value from RGB is 240 - color contains mainly: blue. Hex color #B019F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B019F0 is #4FE60F. Grayscale: #5D5D5D. Windows color (decimal): -5236240 or 15735216. OLE color: 15735216.
HSL color Cylindrical-coordinate representation of color #B019F0: hue angle of 282.14º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B019F0 is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 25 | 240 | - |
| CMYK | 0.27 | 0.90 | 0 | 0.06 |
| HSL | 282.14º | 0.88% | 0.52% | - |
| HSV(B) | 282.14º | 0.9% | 0.94% | - |
| XYZ | 33.98 | 16.22 | 83.78 | - |
| YUV | 94.66 | 210.03 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 25 | 240 | 0.27 | 0.90 | 0 | 0.06 | 282.14 | 0.88 | 0.52 |
| Hex | B0 | 19 | F0 | 1B | 5A | 0 | 6 | 11A | 58 | 34 |
| Octal | 260 | 31 | 360 | 33 | 132 | 0 | 6 | 432 | 130 | 64 |
| Binary | 10110000 | 11001 | 11110000 | 11011 | 1011010 | 0 | 110 | 100011010 | 1011000 | 110100 |
Color Harmonies of #B019F0
Complementary color
Monochromatic Colors of #B019F0
Black with #B019F0
Text Example
Text Example
White with #B019F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B019F0; }
p { color: rgb(176,25,240); }
H1.HeaderClassName
{
color: #B019F0;
}
.AnyTagClassName
{
color: #B019F0;
}
</style>
background-color css
<style>
a { background-color: #B019F0; }
a { background-color: rgb(176,25,240); }
div.DivClassName
{
background-color: #B019F0;
}
.BgClassName
{
background-color: #B019F0;
}
</style>
border-color css
<style>
span { border-color: #B019F0; }
span { border-color: rgb(176,25,240); }
td.TdClassName
{
border-color: #B019F0;
}
.TagClassName
{
border-color: #B019F0;
}
</style>