Shades of Electric Purple #B118EE
Tints of Electric Purple #B118EE
RGB
CMYK
RGB Variations
Color information
#B118EE (or 0xB118EE) is known color: Electric Purple. HEX triplet: B1, 18 and EE. RGB value is (177,24,238). Sum of RGB (Red+Green+Blue) = 177+24+238=439 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.32% from 439); Green value is 24 (9.77% from 255 or 5.47% from 439); Blue value is 238 (93.36% from 255 or 54.21% from 439); Max value from RGB is 238 - color contains mainly: blue. Hex color #B118EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B118EE is #4EE711. Grayscale: #5D5D5D. Windows color (decimal): -5170962 or 15603889. OLE color: 15603889.
HSL color Cylindrical-coordinate representation of color #B118EE: hue angle of 282.9º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B118EE is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 24 | 238 | - |
| CMYK | 0.26 | 0.90 | 0 | 0.07 |
| HSL | 282.9º | 0.86% | 0.51% | - |
| HSV(B) | 282.9º | 0.9% | 0.93% | - |
| XYZ | 33.89 | 16.17 | 82.22 | - |
| YUV | 94.14 | 209.19 | 187.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 24 | 238 | 0.26 | 0.90 | 0 | 0.07 | 282.9 | 0.86 | 0.51 |
| Hex | B1 | 18 | EE | 1A | 5A | 0 | 7 | 11B | 56 | 33 |
| Octal | 261 | 30 | 356 | 32 | 132 | 0 | 7 | 433 | 126 | 63 |
| Binary | 10110001 | 11000 | 11101110 | 11010 | 1011010 | 0 | 111 | 100011011 | 1010110 | 110011 |
Color Harmonies of #B118EE
Complementary color
Monochromatic Colors of #B118EE
Black with #B118EE
Text Example
Text Example
White with #B118EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B118EE; }
p { color: rgb(177,24,238); }
H1.HeaderClassName
{
color: #B118EE;
}
.AnyTagClassName
{
color: #B118EE;
}
</style>
background-color css
<style>
a { background-color: #B118EE; }
a { background-color: rgb(177,24,238); }
div.DivClassName
{
background-color: #B118EE;
}
.BgClassName
{
background-color: #B118EE;
}
</style>
border-color css
<style>
span { border-color: #B118EE; }
span { border-color: rgb(177,24,238); }
td.TdClassName
{
border-color: #B118EE;
}
.TagClassName
{
border-color: #B118EE;
}
</style>