Shades of Electric Purple #B515ED
Tints of Electric Purple #B515ED
RGB
CMYK
RGB Variations
Color information
#B515ED (or 0xB515ED) is known color: Electric Purple. HEX triplet: B5, 15 and ED. RGB value is (181,21,237). Sum of RGB (Red+Green+Blue) = 181+21+237=439 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.23% from 439); Green value is 21 (8.59% from 255 or 4.78% from 439); Blue value is 237 (92.97% from 255 or 53.99% from 439); Max value from RGB is 237 - color contains mainly: blue. Hex color #B515ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B515ED is #4AEA12. Grayscale: #5C5C5C. Windows color (decimal): -4909587 or 15537589. OLE color: 15537589.
HSL color Cylindrical-coordinate representation of color #B515ED: hue angle of 284.44º 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 #B515ED is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 21 | 237 | - |
| CMYK | 0.24 | 0.91 | 0 | 0.07 |
| HSL | 284.44º | 0.86% | 0.51% | - |
| HSV(B) | 284.44º | 0.91% | 0.93% | - |
| XYZ | 34.61 | 16.47 | 81.48 | - |
| YUV | 93.46 | 209.01 | 190.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 21 | 237 | 0.24 | 0.91 | 0 | 0.07 | 284.44 | 0.86 | 0.51 |
| Hex | B5 | 15 | ED | 18 | 5B | 0 | 7 | 11C | 56 | 33 |
| Octal | 265 | 25 | 355 | 30 | 133 | 0 | 7 | 434 | 126 | 63 |
| Binary | 10110101 | 10101 | 11101101 | 11000 | 1011011 | 0 | 111 | 100011100 | 1010110 | 110011 |
Color Harmonies of #B515ED
Complementary color
Monochromatic Colors of #B515ED
Black with #B515ED
Text Example
Text Example
White with #B515ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B515ED; }
p { color: rgb(181,21,237); }
H1.HeaderClassName
{
color: #B515ED;
}
.AnyTagClassName
{
color: #B515ED;
}
</style>
background-color css
<style>
a { background-color: #B515ED; }
a { background-color: rgb(181,21,237); }
div.DivClassName
{
background-color: #B515ED;
}
.BgClassName
{
background-color: #B515ED;
}
</style>
border-color css
<style>
span { border-color: #B515ED; }
span { border-color: rgb(181,21,237); }
td.TdClassName
{
border-color: #B515ED;
}
.TagClassName
{
border-color: #B515ED;
}
</style>