Shades of Electric Purple #B811E1
Tints of Electric Purple #B811E1
RGB
CMYK
RGB Variations
Color information
#B811E1 (or 0xB811E1) is known color: Electric Purple. HEX triplet: B8, 11 and E1. RGB value is (184,17,225). Sum of RGB (Red+Green+Blue) = 184+17+225=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 17 (7.03% from 255 or 3.99% from 426); Blue value is 225 (88.28% from 255 or 52.82% from 426); Max value from RGB is 225 - color contains mainly: blue. Hex color #B811E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B811E1 is #47EE1E. Grayscale: #595959. Windows color (decimal): -4714015 or 14750136. OLE color: 14750136.
HSL color Cylindrical-coordinate representation of color #B811E1: hue angle of 288.17º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B811E1 is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 184 | 17 | 225 | - |
| CMYK | 0.18 | 0.92 | 0 | 0.12 |
| HSL | 288.17º | 0.86% | 0.47% | - |
| HSV(B) | 288.17º | 0.92% | 0.88% | - |
| XYZ | 33.56 | 16.03 | 72.56 | - |
| YUV | 90.65 | 203.83 | 194.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 17 | 225 | 0.18 | 0.92 | 0 | 0.12 | 288.17 | 0.86 | 0.47 |
| Hex | B8 | 11 | E1 | 12 | 5C | 0 | C | 120 | 56 | 2F |
| Octal | 270 | 21 | 341 | 22 | 134 | 0 | 14 | 440 | 126 | 57 |
| Binary | 10111000 | 10001 | 11100001 | 10010 | 1011100 | 0 | 1100 | 100100000 | 1010110 | 101111 |
Color Harmonies of #B811E1
Complementary color
Monochromatic Colors of #B811E1
Black with #B811E1
Text Example
Text Example
White with #B811E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B811E1; }
p { color: rgb(184,17,225); }
H1.HeaderClassName
{
color: #B811E1;
}
.AnyTagClassName
{
color: #B811E1;
}
</style>
background-color css
<style>
a { background-color: #B811E1; }
a { background-color: rgb(184,17,225); }
div.DivClassName
{
background-color: #B811E1;
}
.BgClassName
{
background-color: #B811E1;
}
</style>
border-color css
<style>
span { border-color: #B811E1; }
span { border-color: rgb(184,17,225); }
td.TdClassName
{
border-color: #B811E1;
}
.TagClassName
{
border-color: #B811E1;
}
</style>