Shades of Electric Purple #B519DF
Tints of Electric Purple #B519DF
RGB
CMYK
RGB Variations
Color information
#B519DF (or 0xB519DF) is known color: Electric Purple. HEX triplet: B5, 19 and DF. RGB value is (181,25,223). Sum of RGB (Red+Green+Blue) = 181+25+223=429 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.19% from 429); Green value is 25 (10.16% from 255 or 5.83% from 429); Blue value is 223 (87.5% from 255 or 51.98% from 429); Max value from RGB is 223 - color contains mainly: blue. Hex color #B519DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B519DF is #4AE620. Grayscale: #5D5D5D. Windows color (decimal): -4908577 or 14621109. OLE color: 14621109.
HSL color Cylindrical-coordinate representation of color #B519DF: hue angle of 287.27º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B519DF is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 25 | 223 | - |
| CMYK | 0.19 | 0.89 | 0 | 0.13 |
| HSL | 287.27º | 0.8% | 0.49% | - |
| HSV(B) | 287.27º | 0.89% | 0.87% | - |
| XYZ | 32.72 | 15.85 | 71.15 | - |
| YUV | 94.22 | 200.68 | 189.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 25 | 223 | 0.19 | 0.89 | 0 | 0.13 | 287.27 | 0.8 | 0.49 |
| Hex | B5 | 19 | DF | 13 | 59 | 0 | D | 11F | 50 | 31 |
| Octal | 265 | 31 | 337 | 23 | 131 | 0 | 15 | 437 | 120 | 61 |
| Binary | 10110101 | 11001 | 11011111 | 10011 | 1011001 | 0 | 1101 | 100011111 | 1010000 | 110001 |
Color Harmonies of #B519DF
Complementary color
Monochromatic Colors of #B519DF
Black with #B519DF
Text Example
Text Example
White with #B519DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B519DF; }
p { color: rgb(181,25,223); }
H1.HeaderClassName
{
color: #B519DF;
}
.AnyTagClassName
{
color: #B519DF;
}
</style>
background-color css
<style>
a { background-color: #B519DF; }
a { background-color: rgb(181,25,223); }
div.DivClassName
{
background-color: #B519DF;
}
.BgClassName
{
background-color: #B519DF;
}
</style>
border-color css
<style>
span { border-color: #B519DF; }
span { border-color: rgb(181,25,223); }
td.TdClassName
{
border-color: #B519DF;
}
.TagClassName
{
border-color: #B519DF;
}
</style>