Shades of Electric Purple #B117EC
Tints of Electric Purple #B117EC
RGB
CMYK
RGB Variations
Color information
#B117EC (or 0xB117EC) is known color: Electric Purple. HEX triplet: B1, 17 and EC. RGB value is (177,23,236). Sum of RGB (Red+Green+Blue) = 177+23+236=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 23 (9.38% from 255 or 5.28% from 436); Blue value is 236 (92.58% from 255 or 54.13% from 436); Max value from RGB is 236 - color contains mainly: blue. Hex color #B117EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B117EC is #4EE813. Grayscale: #5C5C5C. Windows color (decimal): -5171220 or 15472561. OLE color: 15472561.
HSL color Cylindrical-coordinate representation of color #B117EC: hue angle of 283.38º degrees, saturation: 0.85, 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 #B117EC is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 23 | 236 | - |
| CMYK | 0.25 | 0.90 | 0 | 0.07 |
| HSL | 283.38º | 0.85% | 0.51% | - |
| HSV(B) | 283.38º | 0.9% | 0.93% | - |
| XYZ | 33.58 | 16.02 | 80.68 | - |
| YUV | 93.33 | 208.52 | 187.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 23 | 236 | 0.25 | 0.90 | 0 | 0.07 | 283.38 | 0.85 | 0.51 |
| Hex | B1 | 17 | EC | 19 | 5A | 0 | 7 | 11B | 55 | 33 |
| Octal | 261 | 27 | 354 | 31 | 132 | 0 | 7 | 433 | 125 | 63 |
| Binary | 10110001 | 10111 | 11101100 | 11001 | 1011010 | 0 | 111 | 100011011 | 1010101 | 110011 |
Color Harmonies of #B117EC
Complementary color
Monochromatic Colors of #B117EC
Black with #B117EC
Text Example
Text Example
White with #B117EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B117EC; }
p { color: rgb(177,23,236); }
H1.HeaderClassName
{
color: #B117EC;
}
.AnyTagClassName
{
color: #B117EC;
}
</style>
background-color css
<style>
a { background-color: #B117EC; }
a { background-color: rgb(177,23,236); }
div.DivClassName
{
background-color: #B117EC;
}
.BgClassName
{
background-color: #B117EC;
}
</style>
border-color css
<style>
span { border-color: #B117EC; }
span { border-color: rgb(177,23,236); }
td.TdClassName
{
border-color: #B117EC;
}
.TagClassName
{
border-color: #B117EC;
}
</style>