Shades of Electric Purple #B517E9
Tints of Electric Purple #B517E9
RGB
CMYK
RGB Variations
Color information
#B517E9 (or 0xB517E9) is known color: Electric Purple. HEX triplet: B5, 17 and E9. RGB value is (181,23,233). Sum of RGB (Red+Green+Blue) = 181+23+233=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 23 (9.38% from 255 or 5.26% from 437); Blue value is 233 (91.41% from 255 or 53.32% from 437); Max value from RGB is 233 - color contains mainly: blue. Hex color #B517E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B517E9 is #4AE816. Grayscale: #5D5D5D. Windows color (decimal): -4909079 or 15275957. OLE color: 15275957.
HSL color Cylindrical-coordinate representation of color #B517E9: hue angle of 285.14º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B517E9 is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 181 | 23 | 233 | - |
| CMYK | 0.22 | 0.90 | 0 | 0.09 |
| HSL | 285.14º | 0.83% | 0.5% | - |
| HSV(B) | 285.14º | 0.9% | 0.91% | - |
| XYZ | 34.07 | 16.32 | 78.45 | - |
| YUV | 94.18 | 206.35 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 23 | 233 | 0.22 | 0.90 | 0 | 0.09 | 285.14 | 0.83 | 0.5 |
| Hex | B5 | 17 | E9 | 16 | 5A | 0 | 9 | 11D | 53 | 32 |
| Octal | 265 | 27 | 351 | 26 | 132 | 0 | 11 | 435 | 123 | 62 |
| Binary | 10110101 | 10111 | 11101001 | 10110 | 1011010 | 0 | 1001 | 100011101 | 1010011 | 110010 |
Color Harmonies of #B517E9
Complementary color
Monochromatic Colors of #B517E9
Black with #B517E9
Text Example
Text Example
White with #B517E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B517E9; }
p { color: rgb(181,23,233); }
H1.HeaderClassName
{
color: #B517E9;
}
.AnyTagClassName
{
color: #B517E9;
}
</style>
background-color css
<style>
a { background-color: #B517E9; }
a { background-color: rgb(181,23,233); }
div.DivClassName
{
background-color: #B517E9;
}
.BgClassName
{
background-color: #B517E9;
}
</style>
border-color css
<style>
span { border-color: #B517E9; }
span { border-color: rgb(181,23,233); }
td.TdClassName
{
border-color: #B517E9;
}
.TagClassName
{
border-color: #B517E9;
}
</style>