Shades of Electric Purple #B114EE
Tints of Electric Purple #B114EE
RGB
CMYK
RGB Variations
Color information
#B114EE (or 0xB114EE) is known color: Electric Purple. HEX triplet: B1, 14 and EE. RGB value is (177,20,238). Sum of RGB (Red+Green+Blue) = 177+20+238=435 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.69% from 435); Green value is 20 (8.20% from 255 or 4.60% from 435); Blue value is 238 (93.36% from 255 or 54.71% from 435); Max value from RGB is 238 - color contains mainly: blue. Hex color #B114EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B114EE is #4EEB11. Grayscale: #5B5B5B. Windows color (decimal): -5171986 or 15602865. OLE color: 15602865.
HSL color Cylindrical-coordinate representation of color #B114EE: hue angle of 283.21º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B114EE is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 20 | 238 | - |
| CMYK | 0.26 | 0.92 | 0 | 0.07 |
| HSL | 283.21º | 0.87% | 0.51% | - |
| HSV(B) | 283.21º | 0.92% | 0.93% | - |
| XYZ | 33.81 | 16.02 | 82.2 | - |
| YUV | 91.8 | 210.51 | 188.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 20 | 238 | 0.26 | 0.92 | 0 | 0.07 | 283.21 | 0.87 | 0.51 |
| Hex | B1 | 14 | EE | 1A | 5C | 0 | 7 | 11B | 57 | 33 |
| Octal | 261 | 24 | 356 | 32 | 134 | 0 | 7 | 433 | 127 | 63 |
| Binary | 10110001 | 10100 | 11101110 | 11010 | 1011100 | 0 | 111 | 100011011 | 1010111 | 110011 |
Color Harmonies of #B114EE
Complementary color
Monochromatic Colors of #B114EE
Black with #B114EE
Text Example
Text Example
White with #B114EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B114EE; }
p { color: rgb(177,20,238); }
H1.HeaderClassName
{
color: #B114EE;
}
.AnyTagClassName
{
color: #B114EE;
}
</style>
background-color css
<style>
a { background-color: #B114EE; }
a { background-color: rgb(177,20,238); }
div.DivClassName
{
background-color: #B114EE;
}
.BgClassName
{
background-color: #B114EE;
}
</style>
border-color css
<style>
span { border-color: #B114EE; }
span { border-color: rgb(177,20,238); }
td.TdClassName
{
border-color: #B114EE;
}
.TagClassName
{
border-color: #B114EE;
}
</style>