Shades of Electric Purple #B516ED
Tints of Electric Purple #B516ED
RGB
CMYK
RGB Variations
Color information
#B516ED (or 0xB516ED) is known color: Electric Purple. HEX triplet: B5, 16 and ED. RGB value is (181,22,237). Sum of RGB (Red+Green+Blue) = 181+22+237=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 22 (8.98% from 255 or 5% from 440); Blue value is 237 (92.97% from 255 or 53.86% from 440); Max value from RGB is 237 - color contains mainly: blue. Hex color #B516ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B516ED is #4AE912. Grayscale: #5D5D5D. Windows color (decimal): -4909331 or 15537845. OLE color: 15537845.
HSL color Cylindrical-coordinate representation of color #B516ED: hue angle of 284.37º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B516ED is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 22 | 237 | - |
| CMYK | 0.24 | 0.91 | 0 | 0.07 |
| HSL | 284.37º | 0.86% | 0.51% | - |
| HSV(B) | 284.37º | 0.91% | 0.93% | - |
| XYZ | 34.63 | 16.51 | 81.48 | - |
| YUV | 94.05 | 208.68 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 22 | 237 | 0.24 | 0.91 | 0 | 0.07 | 284.37 | 0.86 | 0.51 |
| Hex | B5 | 16 | ED | 18 | 5B | 0 | 7 | 11C | 56 | 33 |
| Octal | 265 | 26 | 355 | 30 | 133 | 0 | 7 | 434 | 126 | 63 |
| Binary | 10110101 | 10110 | 11101101 | 11000 | 1011011 | 0 | 111 | 100011100 | 1010110 | 110011 |
Color Harmonies of #B516ED
Complementary color
Monochromatic Colors of #B516ED
Black with #B516ED
Text Example
Text Example
White with #B516ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B516ED; }
p { color: rgb(181,22,237); }
H1.HeaderClassName
{
color: #B516ED;
}
.AnyTagClassName
{
color: #B516ED;
}
</style>
background-color css
<style>
a { background-color: #B516ED; }
a { background-color: rgb(181,22,237); }
div.DivClassName
{
background-color: #B516ED;
}
.BgClassName
{
background-color: #B516ED;
}
</style>
border-color css
<style>
span { border-color: #B516ED; }
span { border-color: rgb(181,22,237); }
td.TdClassName
{
border-color: #B516ED;
}
.TagClassName
{
border-color: #B516ED;
}
</style>