Shades of Electric Purple #B519FA
Tints of Electric Purple #B519FA
RGB
CMYK
RGB Variations
Color information
#B519FA (or 0xB519FA) is known color: Electric Purple. HEX triplet: B5, 19 and FA. RGB value is (181,25,250). Sum of RGB (Red+Green+Blue) = 181+25+250=456 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.69% from 456); Green value is 25 (10.16% from 255 or 5.48% from 456); Blue value is 250 (98.05% from 255 or 54.82% from 456); Max value from RGB is 250 - color contains mainly: blue. Hex color #B519FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B519FA is #4AE605. Grayscale: #606060. Windows color (decimal): -4908550 or 16390581. OLE color: 16390581.
HSL color Cylindrical-coordinate representation of color #B519FA: hue angle of 281.6º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B519FA is Cyan = 0.28, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 25 | 250 | - |
| CMYK | 0.28 | 0.9 | 0 | 0.02 |
| HSL | 281.6º | 0.96% | 0.54% | - |
| HSV(B) | 281.6º | 0.9% | 0.98% | - |
| XYZ | 36.66 | 17.42 | 91.87 | - |
| YUV | 97.29 | 214.18 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 25 | 250 | 0.28 | 0.9 | 0 | 0.02 | 281.6 | 0.96 | 0.54 |
| Hex | B5 | 19 | FA | 1C | 5A | 0 | 2 | 11A | 60 | 36 |
| Octal | 265 | 31 | 372 | 34 | 132 | 0 | 2 | 432 | 140 | 66 |
| Binary | 10110101 | 11001 | 11111010 | 11100 | 1011010 | 0 | 10 | 100011010 | 1100000 | 110110 |
Color Harmonies of #B519FA
Complementary color
Monochromatic Colors of #B519FA
Black with #B519FA
Text Example
Text Example
White with #B519FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B519FA; }
p { color: rgb(181,25,250); }
H1.HeaderClassName
{
color: #B519FA;
}
.AnyTagClassName
{
color: #B519FA;
}
</style>
background-color css
<style>
a { background-color: #B519FA; }
a { background-color: rgb(181,25,250); }
div.DivClassName
{
background-color: #B519FA;
}
.BgClassName
{
background-color: #B519FA;
}
</style>
border-color css
<style>
span { border-color: #B519FA; }
span { border-color: rgb(181,25,250); }
td.TdClassName
{
border-color: #B519FA;
}
.TagClassName
{
border-color: #B519FA;
}
</style>