Shades of Electric Purple #B511E9
Tints of Electric Purple #B511E9
RGB
CMYK
RGB Variations
Color information
#B511E9 (or 0xB511E9) is known color: Electric Purple. HEX triplet: B5, 11 and E9. RGB value is (181,17,233). Sum of RGB (Red+Green+Blue) = 181+17+233=431 (57% of max value = 765). Red value is 181 (71.09% from 255 or 42.00% from 431); Green value is 17 (7.03% from 255 or 3.94% from 431); Blue value is 233 (91.41% from 255 or 54.06% from 431); Max value from RGB is 233 - color contains mainly: blue. Hex color #B511E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B511E9 is #4AEE16. Grayscale: #595959. Windows color (decimal): -4910615 or 15274421. OLE color: 15274421.
HSL color Cylindrical-coordinate representation of color #B511E9: hue angle of 285.56º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B511E9 is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 181 | 17 | 233 | - |
| CMYK | 0.22 | 0.93 | 0 | 0.09 |
| HSL | 285.56º | 0.86% | 0.49% | - |
| HSV(B) | 285.56º | 0.93% | 0.91% | - |
| XYZ | 33.96 | 16.11 | 78.41 | - |
| YUV | 90.66 | 208.33 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 17 | 233 | 0.22 | 0.93 | 0 | 0.09 | 285.56 | 0.86 | 0.49 |
| Hex | B5 | 11 | E9 | 16 | 5D | 0 | 9 | 11E | 56 | 31 |
| Octal | 265 | 21 | 351 | 26 | 135 | 0 | 11 | 436 | 126 | 61 |
| Binary | 10110101 | 10001 | 11101001 | 10110 | 1011101 | 0 | 1001 | 100011110 | 1010110 | 110001 |
Color Harmonies of #B511E9
Complementary color
Monochromatic Colors of #B511E9
Black with #B511E9
Text Example
Text Example
White with #B511E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B511E9; }
p { color: rgb(181,17,233); }
H1.HeaderClassName
{
color: #B511E9;
}
.AnyTagClassName
{
color: #B511E9;
}
</style>
background-color css
<style>
a { background-color: #B511E9; }
a { background-color: rgb(181,17,233); }
div.DivClassName
{
background-color: #B511E9;
}
.BgClassName
{
background-color: #B511E9;
}
</style>
border-color css
<style>
span { border-color: #B511E9; }
span { border-color: rgb(181,17,233); }
td.TdClassName
{
border-color: #B511E9;
}
.TagClassName
{
border-color: #B511E9;
}
</style>