Shades of Electric Purple #B117EB
Tints of Electric Purple #B117EB
RGB
CMYK
RGB Variations
Color information
#B117EB (or 0xB117EB) is known color: Electric Purple. HEX triplet: B1, 17 and EB. RGB value is (177,23,235). Sum of RGB (Red+Green+Blue) = 177+23+235=435 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.69% from 435); Green value is 23 (9.38% from 255 or 5.29% from 435); Blue value is 235 (92.19% from 255 or 54.02% from 435); Max value from RGB is 235 - color contains mainly: blue. Hex color #B117EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B117EB is #4EE814. Grayscale: #5C5C5C. Windows color (decimal): -5171221 or 15407025. OLE color: 15407025.
HSL color Cylindrical-coordinate representation of color #B117EB: hue angle of 283.58º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B117EB is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 177 | 23 | 235 | - |
| CMYK | 0.25 | 0.90 | 0 | 0.08 |
| HSL | 283.58º | 0.84% | 0.51% | - |
| HSV(B) | 283.58º | 0.9% | 0.92% | - |
| XYZ | 33.43 | 15.96 | 79.92 | - |
| YUV | 93.21 | 208.02 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 23 | 235 | 0.25 | 0.90 | 0 | 0.08 | 283.58 | 0.84 | 0.51 |
| Hex | B1 | 17 | EB | 19 | 5A | 0 | 8 | 11C | 54 | 33 |
| Octal | 261 | 27 | 353 | 31 | 132 | 0 | 10 | 434 | 124 | 63 |
| Binary | 10110001 | 10111 | 11101011 | 11001 | 1011010 | 0 | 1000 | 100011100 | 1010100 | 110011 |
Color Harmonies of #B117EB
Complementary color
Monochromatic Colors of #B117EB
Black with #B117EB
Text Example
Text Example
White with #B117EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B117EB; }
p { color: rgb(177,23,235); }
H1.HeaderClassName
{
color: #B117EB;
}
.AnyTagClassName
{
color: #B117EB;
}
</style>
background-color css
<style>
a { background-color: #B117EB; }
a { background-color: rgb(177,23,235); }
div.DivClassName
{
background-color: #B117EB;
}
.BgClassName
{
background-color: #B117EB;
}
</style>
border-color css
<style>
span { border-color: #B117EB; }
span { border-color: rgb(177,23,235); }
td.TdClassName
{
border-color: #B117EB;
}
.TagClassName
{
border-color: #B117EB;
}
</style>