Shades of Electric Purple #B111EE
Tints of Electric Purple #B111EE
RGB
CMYK
RGB Variations
Color information
#B111EE (or 0xB111EE) is known color: Electric Purple. HEX triplet: B1, 11 and EE. RGB value is (177,17,238). Sum of RGB (Red+Green+Blue) = 177+17+238=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 17 (7.03% from 255 or 3.94% from 432); Blue value is 238 (93.36% from 255 or 55.09% from 432); Max value from RGB is 238 - color contains mainly: blue. Hex color #B111EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B111EE is #4EEE11. Grayscale: #595959. Windows color (decimal): -5172754 or 15602097. OLE color: 15602097.
HSL color Cylindrical-coordinate representation of color #B111EE: hue angle of 283.44º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B111EE is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 17 | 238 | - |
| CMYK | 0.26 | 0.93 | 0 | 0.07 |
| HSL | 283.44º | 0.87% | 0.5% | - |
| HSV(B) | 283.44º | 0.93% | 0.93% | - |
| XYZ | 33.76 | 15.92 | 82.18 | - |
| YUV | 90.03 | 211.51 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 17 | 238 | 0.26 | 0.93 | 0 | 0.07 | 283.44 | 0.87 | 0.5 |
| Hex | B1 | 11 | EE | 1A | 5D | 0 | 7 | 11B | 57 | 32 |
| Octal | 261 | 21 | 356 | 32 | 135 | 0 | 7 | 433 | 127 | 62 |
| Binary | 10110001 | 10001 | 11101110 | 11010 | 1011101 | 0 | 111 | 100011011 | 1010111 | 110010 |
Color Harmonies of #B111EE
Complementary color
Monochromatic Colors of #B111EE
Black with #B111EE
Text Example
Text Example
White with #B111EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B111EE; }
p { color: rgb(177,17,238); }
H1.HeaderClassName
{
color: #B111EE;
}
.AnyTagClassName
{
color: #B111EE;
}
</style>
background-color css
<style>
a { background-color: #B111EE; }
a { background-color: rgb(177,17,238); }
div.DivClassName
{
background-color: #B111EE;
}
.BgClassName
{
background-color: #B111EE;
}
</style>
border-color css
<style>
span { border-color: #B111EE; }
span { border-color: rgb(177,17,238); }
td.TdClassName
{
border-color: #B111EE;
}
.TagClassName
{
border-color: #B111EE;
}
</style>