Shades of Electric Purple #B117E7
Tints of Electric Purple #B117E7
RGB
CMYK
RGB Variations
Color information
#B117E7 (or 0xB117E7) is known color: Electric Purple. HEX triplet: B1, 17 and E7. RGB value is (177,23,231). Sum of RGB (Red+Green+Blue) = 177+23+231=431 (57% of max value = 765). Red value is 177 (69.53% from 255 or 41.07% from 431); Green value is 23 (9.38% from 255 or 5.34% from 431); Blue value is 231 (90.62% from 255 or 53.60% from 431); Max value from RGB is 231 - color contains mainly: blue. Hex color #B117E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B117E7 is #4EE818. Grayscale: #5C5C5C. Windows color (decimal): -5171225 or 15144881. OLE color: 15144881.
HSL color Cylindrical-coordinate representation of color #B117E7: hue angle of 284.42º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B117E7 is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 177 | 23 | 231 | - |
| CMYK | 0.23 | 0.90 | 0 | 0.09 |
| HSL | 284.42º | 0.82% | 0.5% | - |
| HSV(B) | 284.42º | 0.9% | 0.91% | - |
| XYZ | 32.86 | 15.73 | 76.91 | - |
| YUV | 92.76 | 206.02 | 188.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 23 | 231 | 0.23 | 0.90 | 0 | 0.09 | 284.42 | 0.82 | 0.5 |
| Hex | B1 | 17 | E7 | 17 | 5A | 0 | 9 | 11C | 52 | 32 |
| Octal | 261 | 27 | 347 | 27 | 132 | 0 | 11 | 434 | 122 | 62 |
| Binary | 10110001 | 10111 | 11100111 | 10111 | 1011010 | 0 | 1001 | 100011100 | 1010010 | 110010 |
Color Harmonies of #B117E7
Complementary color
Monochromatic Colors of #B117E7
Black with #B117E7
Text Example
Text Example
White with #B117E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B117E7; }
p { color: rgb(177,23,231); }
H1.HeaderClassName
{
color: #B117E7;
}
.AnyTagClassName
{
color: #B117E7;
}
</style>
background-color css
<style>
a { background-color: #B117E7; }
a { background-color: rgb(177,23,231); }
div.DivClassName
{
background-color: #B117E7;
}
.BgClassName
{
background-color: #B117E7;
}
</style>
border-color css
<style>
span { border-color: #B117E7; }
span { border-color: rgb(177,23,231); }
td.TdClassName
{
border-color: #B117E7;
}
.TagClassName
{
border-color: #B117E7;
}
</style>