Shades of Electric Purple #B015E9
Tints of Electric Purple #B015E9
RGB
CMYK
RGB Variations
Color information
#B015E9 (or 0xB015E9) is known color: Electric Purple. HEX triplet: B0, 15 and E9. RGB value is (176,21,233). Sum of RGB (Red+Green+Blue) = 176+21+233=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 21 (8.59% from 255 or 4.88% from 430); Blue value is 233 (91.41% from 255 or 54.19% from 430); Max value from RGB is 233 - color contains mainly: blue. Hex color #B015E9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B015E9 is #4FEA16. Grayscale: #5A5A5A. Windows color (decimal): -5237271 or 15275440. OLE color: 15275440.
HSL color Cylindrical-coordinate representation of color #B015E9: hue angle of 283.87º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B015E9 is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 176 | 21 | 233 | - |
| CMYK | 0.24 | 0.91 | 0 | 0.09 |
| HSL | 283.87º | 0.83% | 0.5% | - |
| HSV(B) | 283.87º | 0.91% | 0.91% | - |
| XYZ | 32.88 | 15.65 | 78.38 | - |
| YUV | 91.51 | 207.85 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 21 | 233 | 0.24 | 0.91 | 0 | 0.09 | 283.87 | 0.83 | 0.5 |
| Hex | B0 | 15 | E9 | 18 | 5B | 0 | 9 | 11C | 53 | 32 |
| Octal | 260 | 25 | 351 | 30 | 133 | 0 | 11 | 434 | 123 | 62 |
| Binary | 10110000 | 10101 | 11101001 | 11000 | 1011011 | 0 | 1001 | 100011100 | 1010011 | 110010 |
Color Harmonies of #B015E9
Complementary color
Monochromatic Colors of #B015E9
Black with #B015E9
Text Example
Text Example
White with #B015E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B015E9; }
p { color: rgb(176,21,233); }
H1.HeaderClassName
{
color: #B015E9;
}
.AnyTagClassName
{
color: #B015E9;
}
</style>
background-color css
<style>
a { background-color: #B015E9; }
a { background-color: rgb(176,21,233); }
div.DivClassName
{
background-color: #B015E9;
}
.BgClassName
{
background-color: #B015E9;
}
</style>
border-color css
<style>
span { border-color: #B015E9; }
span { border-color: rgb(176,21,233); }
td.TdClassName
{
border-color: #B015E9;
}
.TagClassName
{
border-color: #B015E9;
}
</style>