Shades of Electric Purple #B116FF
Tints of Electric Purple #B116FF
RGB
CMYK
RGB Variations
Color information
#B116FF (or 0xB116FF) is known color: Electric Purple. HEX triplet: B1, 16 and FF. RGB value is (177,22,255). Sum of RGB (Red+Green+Blue) = 177+22+255=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 22 (8.98% from 255 or 4.85% from 454); Blue value is 255 (100% from 255 or 56.17% from 454); Max value from RGB is 255 - color contains mainly: blue. Hex color #B116FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B116FF is #4EE900. Grayscale: #5E5E5E. Windows color (decimal): -5171457 or 16717489. OLE color: 16717489.
HSL color Cylindrical-coordinate representation of color #B116FF: hue angle of 279.91º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B116FF is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 177 | 22 | 255 | - |
| CMYK | 0.31 | 0.91 | 0 | 0 |
| HSL | 279.91º | 1% | 0.54% | - |
| HSV(B) | 279.91º | 0.91% | 1% | - |
| XYZ | 36.47 | 17.14 | 95.99 | - |
| YUV | 94.91 | 218.35 | 186.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 22 | 255 | 0.31 | 0.91 | 0 | 0 | 279.91 | 1 | 0.54 |
| Hex | B1 | 16 | FF | 1F | 5B | 0 | 0 | 118 | 64 | 36 |
| Octal | 261 | 26 | 377 | 37 | 133 | 0 | 0 | 430 | 144 | 66 |
| Binary | 10110001 | 10110 | 11111111 | 11111 | 1011011 | 0 | 0 | 100011000 | 1100100 | 110110 |
Color Harmonies of #B116FF
Complementary color
Monochromatic Colors of #B116FF
Black with #B116FF
Text Example
Text Example
White with #B116FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B116FF; }
p { color: rgb(177,22,255); }
H1.HeaderClassName
{
color: #B116FF;
}
.AnyTagClassName
{
color: #B116FF;
}
</style>
background-color css
<style>
a { background-color: #B116FF; }
a { background-color: rgb(177,22,255); }
div.DivClassName
{
background-color: #B116FF;
}
.BgClassName
{
background-color: #B116FF;
}
</style>
border-color css
<style>
span { border-color: #B116FF; }
span { border-color: rgb(177,22,255); }
td.TdClassName
{
border-color: #B116FF;
}
.TagClassName
{
border-color: #B116FF;
}
</style>