Shades of Electric Purple #B11FEE
Tints of Electric Purple #B11FEE
RGB
CMYK
RGB Variations
Color information
#B11FEE (or 0xB11FEE) is known color: Electric Purple. HEX triplet: B1, 1F and EE. RGB value is (177,31,238). Sum of RGB (Red+Green+Blue) = 177+31+238=446 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.69% from 446); Green value is 31 (12.5% from 255 or 6.95% from 446); Blue value is 238 (93.36% from 255 or 53.36% from 446); Max value from RGB is 238 - color contains mainly: blue. Hex color #B11FEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B11FEE is #4EE011. Grayscale: #616161. Windows color (decimal): -5169170 or 15605681. OLE color: 15605681.
HSL color Cylindrical-coordinate representation of color #B11FEE: hue angle of 282.32º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B11FEE is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 31 | 238 | - |
| CMYK | 0.26 | 0.87 | 0 | 0.07 |
| HSL | 282.32º | 0.86% | 0.53% | - |
| HSV(B) | 282.32º | 0.87% | 0.93% | - |
| XYZ | 34.05 | 16.5 | 82.28 | - |
| YUV | 98.25 | 206.87 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 31 | 238 | 0.26 | 0.87 | 0 | 0.07 | 282.32 | 0.86 | 0.53 |
| Hex | B1 | 1F | EE | 1A | 57 | 0 | 7 | 11A | 56 | 35 |
| Octal | 261 | 37 | 356 | 32 | 127 | 0 | 7 | 432 | 126 | 65 |
| Binary | 10110001 | 11111 | 11101110 | 11010 | 1010111 | 0 | 111 | 100011010 | 1010110 | 110101 |
Color Harmonies of #B11FEE
Complementary color
Monochromatic Colors of #B11FEE
Black with #B11FEE
Text Example
Text Example
White with #B11FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11FEE; }
p { color: rgb(177,31,238); }
H1.HeaderClassName
{
color: #B11FEE;
}
.AnyTagClassName
{
color: #B11FEE;
}
</style>
background-color css
<style>
a { background-color: #B11FEE; }
a { background-color: rgb(177,31,238); }
div.DivClassName
{
background-color: #B11FEE;
}
.BgClassName
{
background-color: #B11FEE;
}
</style>
border-color css
<style>
span { border-color: #B11FEE; }
span { border-color: rgb(177,31,238); }
td.TdClassName
{
border-color: #B11FEE;
}
.TagClassName
{
border-color: #B11FEE;
}
</style>