Shades of Electric Purple #B515FF
Tints of Electric Purple #B515FF
RGB
CMYK
RGB Variations
Color information
#B515FF (or 0xB515FF) is known color: Electric Purple. HEX triplet: B5, 15 and FF. RGB value is (181,21,255). Sum of RGB (Red+Green+Blue) = 181+21+255=457 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.61% from 457); Green value is 21 (8.59% from 255 or 4.60% from 457); Blue value is 255 (100% from 255 or 55.80% from 457); Max value from RGB is 255 - color contains mainly: blue. Hex color #B515FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B515FF is #4AEA00. Grayscale: #5E5E5E. Windows color (decimal): -4909569 or 16717237. OLE color: 16717237.
HSL color Cylindrical-coordinate representation of color #B515FF: hue angle of 281.03º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B515FF is Cyan = 0.29, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 21 | 255 | - |
| CMYK | 0.29 | 0.92 | 0 | 0 |
| HSL | 281.03º | 1% | 0.54% | - |
| HSV(B) | 281.03º | 0.92% | 1% | - |
| XYZ | 37.37 | 17.58 | 96.03 | - |
| YUV | 95.52 | 218.01 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 21 | 255 | 0.29 | 0.92 | 0 | 0 | 281.03 | 1 | 0.54 |
| Hex | B5 | 15 | FF | 1D | 5C | 0 | 0 | 119 | 64 | 36 |
| Octal | 265 | 25 | 377 | 35 | 134 | 0 | 0 | 431 | 144 | 66 |
| Binary | 10110101 | 10101 | 11111111 | 11101 | 1011100 | 0 | 0 | 100011001 | 1100100 | 110110 |
Color Harmonies of #B515FF
Complementary color
Monochromatic Colors of #B515FF
Black with #B515FF
Text Example
Text Example
White with #B515FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B515FF; }
p { color: rgb(181,21,255); }
H1.HeaderClassName
{
color: #B515FF;
}
.AnyTagClassName
{
color: #B515FF;
}
</style>
background-color css
<style>
a { background-color: #B515FF; }
a { background-color: rgb(181,21,255); }
div.DivClassName
{
background-color: #B515FF;
}
.BgClassName
{
background-color: #B515FF;
}
</style>
border-color css
<style>
span { border-color: #B515FF; }
span { border-color: rgb(181,21,255); }
td.TdClassName
{
border-color: #B515FF;
}
.TagClassName
{
border-color: #B515FF;
}
</style>