Shades of Electric Purple #B116EE
Tints of Electric Purple #B116EE
RGB
CMYK
RGB Variations
Color information
#B116EE (or 0xB116EE) is known color: Electric Purple. HEX triplet: B1, 16 and EE. RGB value is (177,22,238). Sum of RGB (Red+Green+Blue) = 177+22+238=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 22 (8.98% from 255 or 5.03% from 437); Blue value is 238 (93.36% from 255 or 54.46% from 437); Max value from RGB is 238 - color contains mainly: blue. Hex color #B116EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B116EE is #4EE911. Grayscale: #5C5C5C. Windows color (decimal): -5171474 or 15603377. OLE color: 15603377.
HSL color Cylindrical-coordinate representation of color #B116EE: hue angle of 283.06º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B116EE is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 22 | 238 | - |
| CMYK | 0.26 | 0.91 | 0 | 0.07 |
| HSL | 283.06º | 0.86% | 0.51% | - |
| HSV(B) | 283.06º | 0.91% | 0.93% | - |
| XYZ | 33.85 | 16.09 | 82.21 | - |
| YUV | 92.97 | 209.85 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 22 | 238 | 0.26 | 0.91 | 0 | 0.07 | 283.06 | 0.86 | 0.51 |
| Hex | B1 | 16 | EE | 1A | 5B | 0 | 7 | 11B | 56 | 33 |
| Octal | 261 | 26 | 356 | 32 | 133 | 0 | 7 | 433 | 126 | 63 |
| Binary | 10110001 | 10110 | 11101110 | 11010 | 1011011 | 0 | 111 | 100011011 | 1010110 | 110011 |
Color Harmonies of #B116EE
Complementary color
Monochromatic Colors of #B116EE
Black with #B116EE
Text Example
Text Example
White with #B116EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B116EE; }
p { color: rgb(177,22,238); }
H1.HeaderClassName
{
color: #B116EE;
}
.AnyTagClassName
{
color: #B116EE;
}
</style>
background-color css
<style>
a { background-color: #B116EE; }
a { background-color: rgb(177,22,238); }
div.DivClassName
{
background-color: #B116EE;
}
.BgClassName
{
background-color: #B116EE;
}
</style>
border-color css
<style>
span { border-color: #B116EE; }
span { border-color: rgb(177,22,238); }
td.TdClassName
{
border-color: #B116EE;
}
.TagClassName
{
border-color: #B116EE;
}
</style>