Shades of Electric Purple #B519EC
Tints of Electric Purple #B519EC
RGB
CMYK
RGB Variations
Color information
#B519EC (or 0xB519EC) is known color: Electric Purple. HEX triplet: B5, 19 and EC. RGB value is (181,25,236). Sum of RGB (Red+Green+Blue) = 181+25+236=442 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.95% from 442); Green value is 25 (10.16% from 255 or 5.66% from 442); Blue value is 236 (92.58% from 255 or 53.39% from 442); Max value from RGB is 236 - color contains mainly: blue. Hex color #B519EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B519EC is #4AE613. Grayscale: #5F5F5F. Windows color (decimal): -4908564 or 15473077. OLE color: 15473077.
HSL color Cylindrical-coordinate representation of color #B519EC: hue angle of 284.36º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B519EC is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 25 | 236 | - |
| CMYK | 0.23 | 0.89 | 0 | 0.07 |
| HSL | 284.36º | 0.85% | 0.51% | - |
| HSV(B) | 284.36º | 0.89% | 0.93% | - |
| XYZ | 34.54 | 16.58 | 80.74 | - |
| YUV | 95.7 | 207.18 | 188.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 25 | 236 | 0.23 | 0.89 | 0 | 0.07 | 284.36 | 0.85 | 0.51 |
| Hex | B5 | 19 | EC | 17 | 59 | 0 | 7 | 11C | 55 | 33 |
| Octal | 265 | 31 | 354 | 27 | 131 | 0 | 7 | 434 | 125 | 63 |
| Binary | 10110101 | 11001 | 11101100 | 10111 | 1011001 | 0 | 111 | 100011100 | 1010101 | 110011 |
Color Harmonies of #B519EC
Complementary color
Monochromatic Colors of #B519EC
Black with #B519EC
Text Example
Text Example
White with #B519EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B519EC; }
p { color: rgb(181,25,236); }
H1.HeaderClassName
{
color: #B519EC;
}
.AnyTagClassName
{
color: #B519EC;
}
</style>
background-color css
<style>
a { background-color: #B519EC; }
a { background-color: rgb(181,25,236); }
div.DivClassName
{
background-color: #B519EC;
}
.BgClassName
{
background-color: #B519EC;
}
</style>
border-color css
<style>
span { border-color: #B519EC; }
span { border-color: rgb(181,25,236); }
td.TdClassName
{
border-color: #B519EC;
}
.TagClassName
{
border-color: #B519EC;
}
</style>