Shades of Electric Purple #B517FE
Tints of Electric Purple #B517FE
RGB
CMYK
RGB Variations
Color information
#B517FE (or 0xB517FE) is known color: Electric Purple. HEX triplet: B5, 17 and FE. RGB value is (181,23,254). Sum of RGB (Red+Green+Blue) = 181+23+254=458 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.52% from 458); Green value is 23 (9.38% from 255 or 5.02% from 458); Blue value is 254 (99.61% from 255 or 55.46% from 458); Max value from RGB is 254 - color contains mainly: blue. Hex color #B517FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B517FE is #4AE801. Grayscale: #5F5F5F. Windows color (decimal): -4909058 or 16652213. OLE color: 16652213.
HSL color Cylindrical-coordinate representation of color #B517FE: hue angle of 281.04º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B517FE is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 181 | 23 | 254 | - |
| CMYK | 0.29 | 0.91 | 0 | 0.00 |
| HSL | 281.04º | 0.99% | 0.54% | - |
| HSV(B) | 281.04º | 0.91% | 1% | - |
| XYZ | 37.25 | 17.59 | 95.2 | - |
| YUV | 96.58 | 216.85 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 23 | 254 | 0.29 | 0.91 | 0 | 0.00 | 281.04 | 0.99 | 0.54 |
| Hex | B5 | 17 | FE | 1D | 5B | 0 | 0 | 119 | 63 | 36 |
| Octal | 265 | 27 | 376 | 35 | 133 | 0 | 0 | 431 | 143 | 66 |
| Binary | 10110101 | 10111 | 11111110 | 11101 | 1011011 | 0 | 0 | 100011001 | 1100011 | 110110 |
Color Harmonies of #B517FE
Complementary color
Monochromatic Colors of #B517FE
Black with #B517FE
Text Example
Text Example
White with #B517FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B517FE; }
p { color: rgb(181,23,254); }
H1.HeaderClassName
{
color: #B517FE;
}
.AnyTagClassName
{
color: #B517FE;
}
</style>
background-color css
<style>
a { background-color: #B517FE; }
a { background-color: rgb(181,23,254); }
div.DivClassName
{
background-color: #B517FE;
}
.BgClassName
{
background-color: #B517FE;
}
</style>
border-color css
<style>
span { border-color: #B517FE; }
span { border-color: rgb(181,23,254); }
td.TdClassName
{
border-color: #B517FE;
}
.TagClassName
{
border-color: #B517FE;
}
</style>