Shades of Electric Purple #B511FF
Tints of Electric Purple #B511FF
RGB
CMYK
RGB Variations
Color information
#B511FF (or 0xB511FF) is known color: Electric Purple. HEX triplet: B5, 11 and FF. RGB value is (181,17,255). Sum of RGB (Red+Green+Blue) = 181+17+255=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 17 (7.03% from 255 or 3.75% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #B511FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B511FF is #4AEE00. Grayscale: #5C5C5C. Windows color (decimal): -4910593 or 16716213. OLE color: 16716213.
HSL color Cylindrical-coordinate representation of color #B511FF: hue angle of 281.34º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B511FF is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 17 | 255 | - |
| CMYK | 0.29 | 0.93 | 0 | 0 |
| HSL | 281.34º | 1% | 0.53% | - |
| HSV(B) | 281.34º | 0.93% | 1% | - |
| XYZ | 37.31 | 17.44 | 96.01 | - |
| YUV | 93.17 | 219.33 | 190.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 17 | 255 | 0.29 | 0.93 | 0 | 0 | 281.34 | 1 | 0.53 |
| Hex | B5 | 11 | FF | 1D | 5D | 0 | 0 | 119 | 64 | 35 |
| Octal | 265 | 21 | 377 | 35 | 135 | 0 | 0 | 431 | 144 | 65 |
| Binary | 10110101 | 10001 | 11111111 | 11101 | 1011101 | 0 | 0 | 100011001 | 1100100 | 110101 |
Color Harmonies of #B511FF
Complementary color
Monochromatic Colors of #B511FF
Black with #B511FF
Text Example
Text Example
White with #B511FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B511FF; }
p { color: rgb(181,17,255); }
H1.HeaderClassName
{
color: #B511FF;
}
.AnyTagClassName
{
color: #B511FF;
}
</style>
background-color css
<style>
a { background-color: #B511FF; }
a { background-color: rgb(181,17,255); }
div.DivClassName
{
background-color: #B511FF;
}
.BgClassName
{
background-color: #B511FF;
}
</style>
border-color css
<style>
span { border-color: #B511FF; }
span { border-color: rgb(181,17,255); }
td.TdClassName
{
border-color: #B511FF;
}
.TagClassName
{
border-color: #B511FF;
}
</style>