Shades of Electric Purple #B519E0
Tints of Electric Purple #B519E0
RGB
CMYK
RGB Variations
Color information
#B519E0 (or 0xB519E0) is known color: Electric Purple. HEX triplet: B5, 19 and E0. RGB value is (181,25,224). Sum of RGB (Red+Green+Blue) = 181+25+224=430 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.09% from 430); Green value is 25 (10.16% from 255 or 5.81% from 430); Blue value is 224 (87.89% from 255 or 52.09% from 430); Max value from RGB is 224 - color contains mainly: blue. Hex color #B519E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B519E0 is #4AE61F. Grayscale: #5D5D5D. Windows color (decimal): -4908576 or 14686645. OLE color: 14686645.
HSL color Cylindrical-coordinate representation of color #B519E0: hue angle of 287.04º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B519E0 is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 181 | 25 | 224 | - |
| CMYK | 0.19 | 0.89 | 0 | 0.12 |
| HSL | 287.04º | 0.8% | 0.49% | - |
| HSV(B) | 287.04º | 0.89% | 0.88% | - |
| XYZ | 32.86 | 15.9 | 71.86 | - |
| YUV | 94.33 | 201.18 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 25 | 224 | 0.19 | 0.89 | 0 | 0.12 | 287.04 | 0.8 | 0.49 |
| Hex | B5 | 19 | E0 | 13 | 59 | 0 | C | 11F | 50 | 31 |
| Octal | 265 | 31 | 340 | 23 | 131 | 0 | 14 | 437 | 120 | 61 |
| Binary | 10110101 | 11001 | 11100000 | 10011 | 1011001 | 0 | 1100 | 100011111 | 1010000 | 110001 |
Color Harmonies of #B519E0
Complementary color
Monochromatic Colors of #B519E0
Black with #B519E0
Text Example
Text Example
White with #B519E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B519E0; }
p { color: rgb(181,25,224); }
H1.HeaderClassName
{
color: #B519E0;
}
.AnyTagClassName
{
color: #B519E0;
}
</style>
background-color css
<style>
a { background-color: #B519E0; }
a { background-color: rgb(181,25,224); }
div.DivClassName
{
background-color: #B519E0;
}
.BgClassName
{
background-color: #B519E0;
}
</style>
border-color css
<style>
span { border-color: #B519E0; }
span { border-color: rgb(181,25,224); }
td.TdClassName
{
border-color: #B519E0;
}
.TagClassName
{
border-color: #B519E0;
}
</style>