Shades of Electric Purple #B519FE
Tints of Electric Purple #B519FE
RGB
CMYK
RGB Variations
Color information
#B519FE (or 0xB519FE) is known color: Electric Purple. HEX triplet: B5, 19 and FE. RGB value is (181,25,254). Sum of RGB (Red+Green+Blue) = 181+25+254=460 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.35% from 460); Green value is 25 (10.16% from 255 or 5.43% from 460); Blue value is 254 (99.61% from 255 or 55.22% from 460); Max value from RGB is 254 - color contains mainly: blue. Hex color #B519FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B519FE is #4AE601. Grayscale: #606060. Windows color (decimal): -4908546 or 16652725. OLE color: 16652725.
HSL color Cylindrical-coordinate representation of color #B519FE: hue angle of 280.87º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B519FE is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 181 | 25 | 254 | - |
| CMYK | 0.29 | 0.90 | 0 | 0.00 |
| HSL | 280.87º | 0.99% | 0.55% | - |
| HSV(B) | 280.87º | 0.9% | 1% | - |
| XYZ | 37.29 | 17.67 | 95.21 | - |
| YUV | 97.75 | 216.18 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 25 | 254 | 0.29 | 0.90 | 0 | 0.00 | 280.87 | 0.99 | 0.55 |
| Hex | B5 | 19 | FE | 1D | 5A | 0 | 0 | 119 | 63 | 37 |
| Octal | 265 | 31 | 376 | 35 | 132 | 0 | 0 | 431 | 143 | 67 |
| Binary | 10110101 | 11001 | 11111110 | 11101 | 1011010 | 0 | 0 | 100011001 | 1100011 | 110111 |
Color Harmonies of #B519FE
Complementary color
Monochromatic Colors of #B519FE
Black with #B519FE
Text Example
Text Example
White with #B519FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B519FE; }
p { color: rgb(181,25,254); }
H1.HeaderClassName
{
color: #B519FE;
}
.AnyTagClassName
{
color: #B519FE;
}
</style>
background-color css
<style>
a { background-color: #B519FE; }
a { background-color: rgb(181,25,254); }
div.DivClassName
{
background-color: #B519FE;
}
.BgClassName
{
background-color: #B519FE;
}
</style>
border-color css
<style>
span { border-color: #B519FE; }
span { border-color: rgb(181,25,254); }
td.TdClassName
{
border-color: #B519FE;
}
.TagClassName
{
border-color: #B519FE;
}
</style>