Shades of Electric Purple #B519ED
Tints of Electric Purple #B519ED
RGB
CMYK
RGB Variations
Color information
#B519ED (or 0xB519ED) is known color: Electric Purple. HEX triplet: B5, 19 and ED. RGB value is (181,25,237). Sum of RGB (Red+Green+Blue) = 181+25+237=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 25 (10.16% from 255 or 5.64% from 443); Blue value is 237 (92.97% from 255 or 53.50% from 443); Max value from RGB is 237 - color contains mainly: blue. Hex color #B519ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B519ED is #4AE612. Grayscale: #5F5F5F. Windows color (decimal): -4908563 or 15538613. OLE color: 15538613.
HSL color Cylindrical-coordinate representation of color #B519ED: hue angle of 284.15º 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 #B519ED is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 25 | 237 | - |
| CMYK | 0.24 | 0.89 | 0 | 0.07 |
| HSL | 284.15º | 0.85% | 0.51% | - |
| HSV(B) | 284.15º | 0.89% | 0.93% | - |
| XYZ | 34.69 | 16.63 | 81.5 | - |
| YUV | 95.81 | 207.68 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 25 | 237 | 0.24 | 0.89 | 0 | 0.07 | 284.15 | 0.85 | 0.51 |
| Hex | B5 | 19 | ED | 18 | 59 | 0 | 7 | 11C | 55 | 33 |
| Octal | 265 | 31 | 355 | 30 | 131 | 0 | 7 | 434 | 125 | 63 |
| Binary | 10110101 | 11001 | 11101101 | 11000 | 1011001 | 0 | 111 | 100011100 | 1010101 | 110011 |
Color Harmonies of #B519ED
Complementary color
Monochromatic Colors of #B519ED
Black with #B519ED
Text Example
Text Example
White with #B519ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B519ED; }
p { color: rgb(181,25,237); }
H1.HeaderClassName
{
color: #B519ED;
}
.AnyTagClassName
{
color: #B519ED;
}
</style>
background-color css
<style>
a { background-color: #B519ED; }
a { background-color: rgb(181,25,237); }
div.DivClassName
{
background-color: #B519ED;
}
.BgClassName
{
background-color: #B519ED;
}
</style>
border-color css
<style>
span { border-color: #B519ED; }
span { border-color: rgb(181,25,237); }
td.TdClassName
{
border-color: #B519ED;
}
.TagClassName
{
border-color: #B519ED;
}
</style>