Shades of Deep Magenta #B116CF
Tints of Deep Magenta #B116CF
RGB
CMYK
RGB Variations
Color information
#B116CF (or 0xB116CF) is known color: Deep Magenta. HEX triplet: B1, 16 and CF. RGB value is (177,22,207). Sum of RGB (Red+Green+Blue) = 177+22+207=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 22 (8.98% from 255 or 5.42% from 406); Blue value is 207 (81.25% from 255 or 50.99% from 406); Max value from RGB is 207 - color contains mainly: blue. Hex color #B116CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B116CF is #4EE930. Grayscale: #585858. Windows color (decimal): -5171505 or 13571761. OLE color: 13571761.
HSL color Cylindrical-coordinate representation of color #B116CF: hue angle of 290.27º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B116CF is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 22 | 207 | - |
| CMYK | 0.14 | 0.89 | 0 | 0.19 |
| HSL | 290.27º | 0.81% | 0.45% | - |
| HSV(B) | 290.27º | 0.89% | 0.81% | - |
| XYZ | 29.68 | 14.43 | 60.25 | - |
| YUV | 89.44 | 194.35 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 22 | 207 | 0.14 | 0.89 | 0 | 0.19 | 290.27 | 0.81 | 0.45 |
| Hex | B1 | 16 | CF | E | 59 | 0 | 13 | 122 | 51 | 2D |
| Octal | 261 | 26 | 317 | 16 | 131 | 0 | 23 | 442 | 121 | 55 |
| Binary | 10110001 | 10110 | 11001111 | 1110 | 1011001 | 0 | 10011 | 100100010 | 1010001 | 101101 |
Color Harmonies of #B116CF
Complementary color
Monochromatic Colors of #B116CF
Black with #B116CF
Text Example
Text Example
White with #B116CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B116CF; }
p { color: rgb(177,22,207); }
H1.HeaderClassName
{
color: #B116CF;
}
.AnyTagClassName
{
color: #B116CF;
}
</style>
background-color css
<style>
a { background-color: #B116CF; }
a { background-color: rgb(177,22,207); }
div.DivClassName
{
background-color: #B116CF;
}
.BgClassName
{
background-color: #B116CF;
}
</style>
border-color css
<style>
span { border-color: #B116CF; }
span { border-color: rgb(177,22,207); }
td.TdClassName
{
border-color: #B116CF;
}
.TagClassName
{
border-color: #B116CF;
}
</style>