Shades of Electric Purple #B110EE
Tints of Electric Purple #B110EE
RGB
CMYK
RGB Variations
Color information
#B110EE (or 0xB110EE) is known color: Electric Purple. HEX triplet: B1, 10 and EE. RGB value is (177,16,238). Sum of RGB (Red+Green+Blue) = 177+16+238=431 (57% of max value = 765). Red value is 177 (69.53% from 255 or 41.07% from 431); Green value is 16 (6.64% from 255 or 3.71% from 431); Blue value is 238 (93.36% from 255 or 55.22% from 431); Max value from RGB is 238 - color contains mainly: blue. Hex color #B110EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B110EE is #4EEF11. Grayscale: #585858. Windows color (decimal): -5173010 or 15601841. OLE color: 15601841.
HSL color Cylindrical-coordinate representation of color #B110EE: hue angle of 283.51º 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 #B110EE is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 16 | 238 | - |
| CMYK | 0.26 | 0.93 | 0 | 0.07 |
| HSL | 283.51º | 0.87% | 0.5% | - |
| HSV(B) | 283.51º | 0.93% | 0.93% | - |
| XYZ | 33.75 | 15.89 | 82.18 | - |
| YUV | 89.45 | 211.84 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 16 | 238 | 0.26 | 0.93 | 0 | 0.07 | 283.51 | 0.87 | 0.5 |
| Hex | B1 | 10 | EE | 1A | 5D | 0 | 7 | 11C | 57 | 32 |
| Octal | 261 | 20 | 356 | 32 | 135 | 0 | 7 | 434 | 127 | 62 |
| Binary | 10110001 | 10000 | 11101110 | 11010 | 1011101 | 0 | 111 | 100011100 | 1010111 | 110010 |
Color Harmonies of #B110EE
Complementary color
Monochromatic Colors of #B110EE
Black with #B110EE
Text Example
Text Example
White with #B110EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B110EE; }
p { color: rgb(177,16,238); }
H1.HeaderClassName
{
color: #B110EE;
}
.AnyTagClassName
{
color: #B110EE;
}
</style>
background-color css
<style>
a { background-color: #B110EE; }
a { background-color: rgb(177,16,238); }
div.DivClassName
{
background-color: #B110EE;
}
.BgClassName
{
background-color: #B110EE;
}
</style>
border-color css
<style>
span { border-color: #B110EE; }
span { border-color: rgb(177,16,238); }
td.TdClassName
{
border-color: #B110EE;
}
.TagClassName
{
border-color: #B110EE;
}
</style>