Shades of Electric Purple #B015ED
Tints of Electric Purple #B015ED
RGB
CMYK
RGB Variations
Color information
#B015ED (or 0xB015ED) is known color: Electric Purple. HEX triplet: B0, 15 and ED. RGB value is (176,21,237). Sum of RGB (Red+Green+Blue) = 176+21+237=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 21 (8.59% from 255 or 4.84% from 434); Blue value is 237 (92.97% from 255 or 54.61% from 434); Max value from RGB is 237 - color contains mainly: blue. Hex color #B015ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B015ED is #4FEA12. Grayscale: #5B5B5B. Windows color (decimal): -5237267 or 15537584. OLE color: 15537584.
HSL color Cylindrical-coordinate representation of color #B015ED: hue angle of 283.06º 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 #B015ED is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 21 | 237 | - |
| CMYK | 0.26 | 0.91 | 0 | 0.07 |
| HSL | 283.06º | 0.86% | 0.51% | - |
| HSV(B) | 283.06º | 0.91% | 0.93% | - |
| XYZ | 33.46 | 15.88 | 81.42 | - |
| YUV | 91.97 | 209.85 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 21 | 237 | 0.26 | 0.91 | 0 | 0.07 | 283.06 | 0.86 | 0.51 |
| Hex | B0 | 15 | ED | 1A | 5B | 0 | 7 | 11B | 56 | 33 |
| Octal | 260 | 25 | 355 | 32 | 133 | 0 | 7 | 433 | 126 | 63 |
| Binary | 10110000 | 10101 | 11101101 | 11010 | 1011011 | 0 | 111 | 100011011 | 1010110 | 110011 |
Color Harmonies of #B015ED
Complementary color
Monochromatic Colors of #B015ED
Black with #B015ED
Text Example
Text Example
White with #B015ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B015ED; }
p { color: rgb(176,21,237); }
H1.HeaderClassName
{
color: #B015ED;
}
.AnyTagClassName
{
color: #B015ED;
}
</style>
background-color css
<style>
a { background-color: #B015ED; }
a { background-color: rgb(176,21,237); }
div.DivClassName
{
background-color: #B015ED;
}
.BgClassName
{
background-color: #B015ED;
}
</style>
border-color css
<style>
span { border-color: #B015ED; }
span { border-color: rgb(176,21,237); }
td.TdClassName
{
border-color: #B015ED;
}
.TagClassName
{
border-color: #B015ED;
}
</style>