Shades of Electric Purple #B515EC
Tints of Electric Purple #B515EC
RGB
CMYK
RGB Variations
Color information
#B515EC (or 0xB515EC) is known color: Electric Purple. HEX triplet: B5, 15 and EC. RGB value is (181,21,236). Sum of RGB (Red+Green+Blue) = 181+21+236=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 21 (8.59% from 255 or 4.79% from 438); Blue value is 236 (92.58% from 255 or 53.88% from 438); Max value from RGB is 236 - color contains mainly: blue. Hex color #B515EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B515EC is #4AEA13. Grayscale: #5C5C5C. Windows color (decimal): -4909588 or 15472053. OLE color: 15472053.
HSL color Cylindrical-coordinate representation of color #B515EC: hue angle of 284.65º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B515EC is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 21 | 236 | - |
| CMYK | 0.23 | 0.91 | 0 | 0.07 |
| HSL | 284.65º | 0.85% | 0.5% | - |
| HSV(B) | 284.65º | 0.91% | 0.93% | - |
| XYZ | 34.46 | 16.42 | 80.71 | - |
| YUV | 93.35 | 208.51 | 190.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 21 | 236 | 0.23 | 0.91 | 0 | 0.07 | 284.65 | 0.85 | 0.5 |
| Hex | B5 | 15 | EC | 17 | 5B | 0 | 7 | 11D | 55 | 32 |
| Octal | 265 | 25 | 354 | 27 | 133 | 0 | 7 | 435 | 125 | 62 |
| Binary | 10110101 | 10101 | 11101100 | 10111 | 1011011 | 0 | 111 | 100011101 | 1010101 | 110010 |
Color Harmonies of #B515EC
Complementary color
Monochromatic Colors of #B515EC
Black with #B515EC
Text Example
Text Example
White with #B515EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B515EC; }
p { color: rgb(181,21,236); }
H1.HeaderClassName
{
color: #B515EC;
}
.AnyTagClassName
{
color: #B515EC;
}
</style>
background-color css
<style>
a { background-color: #B515EC; }
a { background-color: rgb(181,21,236); }
div.DivClassName
{
background-color: #B515EC;
}
.BgClassName
{
background-color: #B515EC;
}
</style>
border-color css
<style>
span { border-color: #B515EC; }
span { border-color: rgb(181,21,236); }
td.TdClassName
{
border-color: #B515EC;
}
.TagClassName
{
border-color: #B515EC;
}
</style>