Shades of Electric Purple #B311E9
Tints of Electric Purple #B311E9
RGB
CMYK
RGB Variations
Color information
#B311E9 (or 0xB311E9) is known color: Electric Purple. HEX triplet: B3, 11 and E9. RGB value is (179,17,233). Sum of RGB (Red+Green+Blue) = 179+17+233=429 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.72% from 429); Green value is 17 (7.03% from 255 or 3.96% from 429); Blue value is 233 (91.41% from 255 or 54.31% from 429); Max value from RGB is 233 - color contains mainly: blue. Hex color #B311E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B311E9 is #4CEE16. Grayscale: #595959. Windows color (decimal): -5041687 or 15274419. OLE color: 15274419.
HSL color Cylindrical-coordinate representation of color #B311E9: hue angle of 285º 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 #B311E9 is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 179 | 17 | 233 | - |
| CMYK | 0.23 | 0.93 | 0 | 0.09 |
| HSL | 285º | 0.86% | 0.49% | - |
| HSV(B) | 285º | 0.93% | 0.91% | - |
| XYZ | 33.5 | 15.87 | 78.39 | - |
| YUV | 90.06 | 208.67 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 17 | 233 | 0.23 | 0.93 | 0 | 0.09 | 285 | 0.86 | 0.49 |
| Hex | B3 | 11 | E9 | 17 | 5D | 0 | 9 | 11D | 56 | 31 |
| Octal | 263 | 21 | 351 | 27 | 135 | 0 | 11 | 435 | 126 | 61 |
| Binary | 10110011 | 10001 | 11101001 | 10111 | 1011101 | 0 | 1001 | 100011101 | 1010110 | 110001 |
Color Harmonies of #B311E9
Complementary color
Monochromatic Colors of #B311E9
Black with #B311E9
Text Example
Text Example
White with #B311E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B311E9; }
p { color: rgb(179,17,233); }
H1.HeaderClassName
{
color: #B311E9;
}
.AnyTagClassName
{
color: #B311E9;
}
</style>
background-color css
<style>
a { background-color: #B311E9; }
a { background-color: rgb(179,17,233); }
div.DivClassName
{
background-color: #B311E9;
}
.BgClassName
{
background-color: #B311E9;
}
</style>
border-color css
<style>
span { border-color: #B311E9; }
span { border-color: rgb(179,17,233); }
td.TdClassName
{
border-color: #B311E9;
}
.TagClassName
{
border-color: #B311E9;
}
</style>