Shades of Electric Purple #B517FF
Tints of Electric Purple #B517FF
RGB
CMYK
RGB Variations
Color information
#B517FF (or 0xB517FF) is known color: Electric Purple. HEX triplet: B5, 17 and FF. RGB value is (181,23,255). Sum of RGB (Red+Green+Blue) = 181+23+255=459 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.43% from 459); Green value is 23 (9.38% from 255 or 5.01% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #B517FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B517FF is #4AE800. Grayscale: #5F5F5F. Windows color (decimal): -4909057 or 16717749. OLE color: 16717749.
HSL color Cylindrical-coordinate representation of color #B517FF: hue angle of 280.86º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B517FF is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 23 | 255 | - |
| CMYK | 0.29 | 0.91 | 0 | 0 |
| HSL | 280.86º | 1% | 0.55% | - |
| HSV(B) | 280.86º | 0.91% | 1% | - |
| XYZ | 37.41 | 17.66 | 96.04 | - |
| YUV | 96.69 | 217.35 | 188.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 23 | 255 | 0.29 | 0.91 | 0 | 0 | 280.86 | 1 | 0.55 |
| Hex | B5 | 17 | FF | 1D | 5B | 0 | 0 | 119 | 64 | 37 |
| Octal | 265 | 27 | 377 | 35 | 133 | 0 | 0 | 431 | 144 | 67 |
| Binary | 10110101 | 10111 | 11111111 | 11101 | 1011011 | 0 | 0 | 100011001 | 1100100 | 110111 |
Color Harmonies of #B517FF
Complementary color
Monochromatic Colors of #B517FF
Black with #B517FF
Text Example
Text Example
White with #B517FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B517FF; }
p { color: rgb(181,23,255); }
H1.HeaderClassName
{
color: #B517FF;
}
.AnyTagClassName
{
color: #B517FF;
}
</style>
background-color css
<style>
a { background-color: #B517FF; }
a { background-color: rgb(181,23,255); }
div.DivClassName
{
background-color: #B517FF;
}
.BgClassName
{
background-color: #B517FF;
}
</style>
border-color css
<style>
span { border-color: #B517FF; }
span { border-color: rgb(181,23,255); }
td.TdClassName
{
border-color: #B517FF;
}
.TagClassName
{
border-color: #B517FF;
}
</style>