Shades of Electric Purple #B019EE
Tints of Electric Purple #B019EE
RGB
CMYK
RGB Variations
Color information
#B019EE (or 0xB019EE) is known color: Electric Purple. HEX triplet: B0, 19 and EE. RGB value is (176,25,238). Sum of RGB (Red+Green+Blue) = 176+25+238=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 25 (10.16% from 255 or 5.69% from 439); Blue value is 238 (93.36% from 255 or 54.21% from 439); Max value from RGB is 238 - color contains mainly: blue. Hex color #B019EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B019EE is #4FE611. Grayscale: #5D5D5D. Windows color (decimal): -5236242 or 15604144. OLE color: 15604144.
HSL color Cylindrical-coordinate representation of color #B019EE: hue angle of 282.54º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B019EE is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 25 | 238 | - |
| CMYK | 0.26 | 0.89 | 0 | 0.07 |
| HSL | 282.54º | 0.86% | 0.52% | - |
| HSV(B) | 282.54º | 0.89% | 0.93% | - |
| XYZ | 33.68 | 16.1 | 82.22 | - |
| YUV | 94.43 | 209.03 | 186.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 25 | 238 | 0.26 | 0.89 | 0 | 0.07 | 282.54 | 0.86 | 0.52 |
| Hex | B0 | 19 | EE | 1A | 59 | 0 | 7 | 11B | 56 | 34 |
| Octal | 260 | 31 | 356 | 32 | 131 | 0 | 7 | 433 | 126 | 64 |
| Binary | 10110000 | 11001 | 11101110 | 11010 | 1011001 | 0 | 111 | 100011011 | 1010110 | 110100 |
Color Harmonies of #B019EE
Complementary color
Monochromatic Colors of #B019EE
Black with #B019EE
Text Example
Text Example
White with #B019EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B019EE; }
p { color: rgb(176,25,238); }
H1.HeaderClassName
{
color: #B019EE;
}
.AnyTagClassName
{
color: #B019EE;
}
</style>
background-color css
<style>
a { background-color: #B019EE; }
a { background-color: rgb(176,25,238); }
div.DivClassName
{
background-color: #B019EE;
}
.BgClassName
{
background-color: #B019EE;
}
</style>
border-color css
<style>
span { border-color: #B019EE; }
span { border-color: rgb(176,25,238); }
td.TdClassName
{
border-color: #B019EE;
}
.TagClassName
{
border-color: #B019EE;
}
</style>