Shades of Electric Purple #B510FF
Tints of Electric Purple #B510FF
RGB
CMYK
RGB Variations
Color information
#B510FF (or 0xB510FF) is known color: Electric Purple. HEX triplet: B5, 10 and FF. RGB value is (181,16,255). Sum of RGB (Red+Green+Blue) = 181+16+255=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 16 (6.64% from 255 or 3.54% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #B510FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B510FF is #4AEF00. Grayscale: #5B5B5B. Windows color (decimal): -4910849 or 16715957. OLE color: 16715957.
HSL color Cylindrical-coordinate representation of color #B510FF: hue angle of 281.42º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B510FF is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 16 | 255 | - |
| CMYK | 0.29 | 0.94 | 0 | 0 |
| HSL | 281.42º | 1% | 0.53% | - |
| HSV(B) | 281.42º | 0.94% | 1% | - |
| XYZ | 37.29 | 17.41 | 96 | - |
| YUV | 92.58 | 219.66 | 191.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 16 | 255 | 0.29 | 0.94 | 0 | 0 | 281.42 | 1 | 0.53 |
| Hex | B5 | 10 | FF | 1D | 5E | 0 | 0 | 119 | 64 | 35 |
| Octal | 265 | 20 | 377 | 35 | 136 | 0 | 0 | 431 | 144 | 65 |
| Binary | 10110101 | 10000 | 11111111 | 11101 | 1011110 | 0 | 0 | 100011001 | 1100100 | 110101 |
Color Harmonies of #B510FF
Complementary color
Monochromatic Colors of #B510FF
Black with #B510FF
Text Example
Text Example
White with #B510FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B510FF; }
p { color: rgb(181,16,255); }
H1.HeaderClassName
{
color: #B510FF;
}
.AnyTagClassName
{
color: #B510FF;
}
</style>
background-color css
<style>
a { background-color: #B510FF; }
a { background-color: rgb(181,16,255); }
div.DivClassName
{
background-color: #B510FF;
}
.BgClassName
{
background-color: #B510FF;
}
</style>
border-color css
<style>
span { border-color: #B510FF; }
span { border-color: rgb(181,16,255); }
td.TdClassName
{
border-color: #B510FF;
}
.TagClassName
{
border-color: #B510FF;
}
</style>