Shades of Electric Purple #B117EF
Tints of Electric Purple #B117EF
RGB
CMYK
RGB Variations
Color information
#B117EF (or 0xB117EF) is known color: Electric Purple. HEX triplet: B1, 17 and EF. RGB value is (177,23,239). Sum of RGB (Red+Green+Blue) = 177+23+239=439 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.32% from 439); Green value is 23 (9.38% from 255 or 5.24% from 439); Blue value is 239 (93.75% from 255 or 54.44% from 439); Max value from RGB is 239 - color contains mainly: blue. Hex color #B117EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B117EF is #4EE810. Grayscale: #5C5C5C. Windows color (decimal): -5171217 or 15669169. OLE color: 15669169.
HSL color Cylindrical-coordinate representation of color #B117EF: hue angle of 282.78º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B117EF is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 177 | 23 | 239 | - |
| CMYK | 0.26 | 0.90 | 0 | 0.06 |
| HSL | 282.78º | 0.87% | 0.51% | - |
| HSV(B) | 282.78º | 0.9% | 0.94% | - |
| XYZ | 34.02 | 16.19 | 82.99 | - |
| YUV | 93.67 | 210.02 | 187.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 23 | 239 | 0.26 | 0.90 | 0 | 0.06 | 282.78 | 0.87 | 0.51 |
| Hex | B1 | 17 | EF | 1A | 5A | 0 | 6 | 11B | 57 | 33 |
| Octal | 261 | 27 | 357 | 32 | 132 | 0 | 6 | 433 | 127 | 63 |
| Binary | 10110001 | 10111 | 11101111 | 11010 | 1011010 | 0 | 110 | 100011011 | 1010111 | 110011 |
Color Harmonies of #B117EF
Complementary color
Monochromatic Colors of #B117EF
Black with #B117EF
Text Example
Text Example
White with #B117EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B117EF; }
p { color: rgb(177,23,239); }
H1.HeaderClassName
{
color: #B117EF;
}
.AnyTagClassName
{
color: #B117EF;
}
</style>
background-color css
<style>
a { background-color: #B117EF; }
a { background-color: rgb(177,23,239); }
div.DivClassName
{
background-color: #B117EF;
}
.BgClassName
{
background-color: #B117EF;
}
</style>
border-color css
<style>
span { border-color: #B117EF; }
span { border-color: rgb(177,23,239); }
td.TdClassName
{
border-color: #B117EF;
}
.TagClassName
{
border-color: #B117EF;
}
</style>