Shades of Electric Purple #B517ED
Tints of Electric Purple #B517ED
RGB
CMYK
RGB Variations
Color information
#B517ED (or 0xB517ED) is known color: Electric Purple. HEX triplet: B5, 17 and ED. RGB value is (181,23,237). Sum of RGB (Red+Green+Blue) = 181+23+237=441 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.04% from 441); Green value is 23 (9.38% from 255 or 5.22% from 441); Blue value is 237 (92.97% from 255 or 53.74% from 441); Max value from RGB is 237 - color contains mainly: blue. Hex color #B517ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B517ED is #4AE812. Grayscale: #5D5D5D. Windows color (decimal): -4909075 or 15538101. OLE color: 15538101.
HSL color Cylindrical-coordinate representation of color #B517ED: hue angle of 284.3º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B517ED is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 23 | 237 | - |
| CMYK | 0.24 | 0.90 | 0 | 0.07 |
| HSL | 284.3º | 0.86% | 0.51% | - |
| HSV(B) | 284.3º | 0.9% | 0.93% | - |
| XYZ | 34.65 | 16.55 | 81.49 | - |
| YUV | 94.64 | 208.35 | 189.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 23 | 237 | 0.24 | 0.90 | 0 | 0.07 | 284.3 | 0.86 | 0.51 |
| Hex | B5 | 17 | ED | 18 | 5A | 0 | 7 | 11C | 56 | 33 |
| Octal | 265 | 27 | 355 | 30 | 132 | 0 | 7 | 434 | 126 | 63 |
| Binary | 10110101 | 10111 | 11101101 | 11000 | 1011010 | 0 | 111 | 100011100 | 1010110 | 110011 |
Color Harmonies of #B517ED
Complementary color
Monochromatic Colors of #B517ED
Black with #B517ED
Text Example
Text Example
White with #B517ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B517ED; }
p { color: rgb(181,23,237); }
H1.HeaderClassName
{
color: #B517ED;
}
.AnyTagClassName
{
color: #B517ED;
}
</style>
background-color css
<style>
a { background-color: #B517ED; }
a { background-color: rgb(181,23,237); }
div.DivClassName
{
background-color: #B517ED;
}
.BgClassName
{
background-color: #B517ED;
}
</style>
border-color css
<style>
span { border-color: #B517ED; }
span { border-color: rgb(181,23,237); }
td.TdClassName
{
border-color: #B517ED;
}
.TagClassName
{
border-color: #B517ED;
}
</style>