Shades of Electric Purple #B117FB
Tints of Electric Purple #B117FB
RGB
CMYK
RGB Variations
Color information
#B117FB (or 0xB117FB) is known color: Electric Purple. HEX triplet: B1, 17 and FB. RGB value is (177,23,251). Sum of RGB (Red+Green+Blue) = 177+23+251=451 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.25% from 451); Green value is 23 (9.38% from 255 or 5.10% from 451); Blue value is 251 (98.44% from 255 or 55.65% from 451); Max value from RGB is 251 - color contains mainly: blue. Hex color #B117FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B117FB is #4EE804. Grayscale: #5E5E5E. Windows color (decimal): -5171205 or 16455601. OLE color: 16455601.
HSL color Cylindrical-coordinate representation of color #B117FB: hue angle of 280.53º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B117FB is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 23 | 251 | - |
| CMYK | 0.29 | 0.91 | 0 | 0.02 |
| HSL | 280.53º | 0.97% | 0.54% | - |
| HSV(B) | 280.53º | 0.91% | 0.98% | - |
| XYZ | 35.85 | 16.92 | 92.64 | - |
| YUV | 95.04 | 216.02 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 23 | 251 | 0.29 | 0.91 | 0 | 0.02 | 280.53 | 0.97 | 0.54 |
| Hex | B1 | 17 | FB | 1D | 5B | 0 | 2 | 119 | 61 | 36 |
| Octal | 261 | 27 | 373 | 35 | 133 | 0 | 2 | 431 | 141 | 66 |
| Binary | 10110001 | 10111 | 11111011 | 11101 | 1011011 | 0 | 10 | 100011001 | 1100001 | 110110 |
Color Harmonies of #B117FB
Complementary color
Monochromatic Colors of #B117FB
Black with #B117FB
Text Example
Text Example
White with #B117FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B117FB; }
p { color: rgb(177,23,251); }
H1.HeaderClassName
{
color: #B117FB;
}
.AnyTagClassName
{
color: #B117FB;
}
</style>
background-color css
<style>
a { background-color: #B117FB; }
a { background-color: rgb(177,23,251); }
div.DivClassName
{
background-color: #B117FB;
}
.BgClassName
{
background-color: #B117FB;
}
</style>
border-color css
<style>
span { border-color: #B117FB; }
span { border-color: rgb(177,23,251); }
td.TdClassName
{
border-color: #B117FB;
}
.TagClassName
{
border-color: #B117FB;
}
</style>