Shades of Electric Purple #B117FC
Tints of Electric Purple #B117FC
RGB
CMYK
RGB Variations
Color information
#B117FC (or 0xB117FC) is known color: Electric Purple. HEX triplet: B1, 17 and FC. RGB value is (177,23,252). Sum of RGB (Red+Green+Blue) = 177+23+252=452 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.16% from 452); Green value is 23 (9.38% from 255 or 5.09% from 452); Blue value is 252 (98.83% from 255 or 55.75% from 452); Max value from RGB is 252 - color contains mainly: blue. Hex color #B117FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B117FC is #4EE803. Grayscale: #5E5E5E. Windows color (decimal): -5171204 or 16521137. OLE color: 16521137.
HSL color Cylindrical-coordinate representation of color #B117FC: hue angle of 280.35º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B117FC is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 23 | 252 | - |
| CMYK | 0.30 | 0.91 | 0 | 0.01 |
| HSL | 280.35º | 0.97% | 0.54% | - |
| HSV(B) | 280.35º | 0.91% | 0.99% | - |
| XYZ | 36.01 | 16.99 | 93.48 | - |
| YUV | 95.15 | 216.52 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 23 | 252 | 0.30 | 0.91 | 0 | 0.01 | 280.35 | 0.97 | 0.54 |
| Hex | B1 | 17 | FC | 1E | 5B | 0 | 1 | 118 | 61 | 36 |
| Octal | 261 | 27 | 374 | 36 | 133 | 0 | 1 | 430 | 141 | 66 |
| Binary | 10110001 | 10111 | 11111100 | 11110 | 1011011 | 0 | 1 | 100011000 | 1100001 | 110110 |
Color Harmonies of #B117FC
Complementary color
Monochromatic Colors of #B117FC
Black with #B117FC
Text Example
Text Example
White with #B117FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B117FC; }
p { color: rgb(177,23,252); }
H1.HeaderClassName
{
color: #B117FC;
}
.AnyTagClassName
{
color: #B117FC;
}
</style>
background-color css
<style>
a { background-color: #B117FC; }
a { background-color: rgb(177,23,252); }
div.DivClassName
{
background-color: #B117FC;
}
.BgClassName
{
background-color: #B117FC;
}
</style>
border-color css
<style>
span { border-color: #B117FC; }
span { border-color: rgb(177,23,252); }
td.TdClassName
{
border-color: #B117FC;
}
.TagClassName
{
border-color: #B117FC;
}
</style>