Shades of Electric Purple #B517DF
Tints of Electric Purple #B517DF
RGB
CMYK
RGB Variations
Color information
#B517DF (or 0xB517DF) is known color: Electric Purple. HEX triplet: B5, 17 and DF. RGB value is (181,23,223). Sum of RGB (Red+Green+Blue) = 181+23+223=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 23 (9.38% from 255 or 5.39% from 427); Blue value is 223 (87.5% from 255 or 52.22% from 427); Max value from RGB is 223 - color contains mainly: blue. Hex color #B517DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B517DF is #4AE820. Grayscale: #5C5C5C. Windows color (decimal): -4909089 or 14620597. OLE color: 14620597.
HSL color Cylindrical-coordinate representation of color #B517DF: hue angle of 287.4º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B517DF is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 23 | 223 | - |
| CMYK | 0.19 | 0.90 | 0 | 0.13 |
| HSL | 287.4º | 0.81% | 0.48% | - |
| HSV(B) | 287.4º | 0.9% | 0.87% | - |
| XYZ | 32.68 | 15.76 | 71.13 | - |
| YUV | 93.04 | 201.35 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 23 | 223 | 0.19 | 0.90 | 0 | 0.13 | 287.4 | 0.81 | 0.48 |
| Hex | B5 | 17 | DF | 13 | 5A | 0 | D | 11F | 51 | 30 |
| Octal | 265 | 27 | 337 | 23 | 132 | 0 | 15 | 437 | 121 | 60 |
| Binary | 10110101 | 10111 | 11011111 | 10011 | 1011010 | 0 | 1101 | 100011111 | 1010001 | 110000 |
Color Harmonies of #B517DF
Complementary color
Monochromatic Colors of #B517DF
Black with #B517DF
Text Example
Text Example
White with #B517DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B517DF; }
p { color: rgb(181,23,223); }
H1.HeaderClassName
{
color: #B517DF;
}
.AnyTagClassName
{
color: #B517DF;
}
</style>
background-color css
<style>
a { background-color: #B517DF; }
a { background-color: rgb(181,23,223); }
div.DivClassName
{
background-color: #B517DF;
}
.BgClassName
{
background-color: #B517DF;
}
</style>
border-color css
<style>
span { border-color: #B517DF; }
span { border-color: rgb(181,23,223); }
td.TdClassName
{
border-color: #B517DF;
}
.TagClassName
{
border-color: #B517DF;
}
</style>