Shades of Electric Purple #B117E6
Tints of Electric Purple #B117E6
RGB
CMYK
RGB Variations
Color information
#B117E6 (or 0xB117E6) is known color: Electric Purple. HEX triplet: B1, 17 and E6. RGB value is (177,23,230). Sum of RGB (Red+Green+Blue) = 177+23+230=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 23 (9.38% from 255 or 5.35% from 430); Blue value is 230 (90.23% from 255 or 53.49% from 430); Max value from RGB is 230 - color contains mainly: blue. Hex color #B117E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B117E6 is #4EE819. Grayscale: #5B5B5B. Windows color (decimal): -5171226 or 15079345. OLE color: 15079345.
HSL color Cylindrical-coordinate representation of color #B117E6: hue angle of 284.64º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B117E6 is Cyan = 0.23, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 177 | 23 | 230 | - |
| CMYK | 0.23 | 0.9 | 0 | 0.10 |
| HSL | 284.64º | 0.82% | 0.5% | - |
| HSV(B) | 284.64º | 0.9% | 0.9% | - |
| XYZ | 32.72 | 15.67 | 76.16 | - |
| YUV | 92.64 | 205.52 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 23 | 230 | 0.23 | 0.9 | 0 | 0.10 | 284.64 | 0.82 | 0.5 |
| Hex | B1 | 17 | E6 | 17 | 5A | 0 | A | 11D | 52 | 32 |
| Octal | 261 | 27 | 346 | 27 | 132 | 0 | 12 | 435 | 122 | 62 |
| Binary | 10110001 | 10111 | 11100110 | 10111 | 1011010 | 0 | 1010 | 100011101 | 1010010 | 110010 |
Color Harmonies of #B117E6
Complementary color
Monochromatic Colors of #B117E6
Black with #B117E6
Text Example
Text Example
White with #B117E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B117E6; }
p { color: rgb(177,23,230); }
H1.HeaderClassName
{
color: #B117E6;
}
.AnyTagClassName
{
color: #B117E6;
}
</style>
background-color css
<style>
a { background-color: #B117E6; }
a { background-color: rgb(177,23,230); }
div.DivClassName
{
background-color: #B117E6;
}
.BgClassName
{
background-color: #B117E6;
}
</style>
border-color css
<style>
span { border-color: #B117E6; }
span { border-color: rgb(177,23,230); }
td.TdClassName
{
border-color: #B117E6;
}
.TagClassName
{
border-color: #B117E6;
}
</style>