Shades of Deep Magenta #B116C9
Tints of Deep Magenta #B116C9
RGB
CMYK
RGB Variations
Color information
#B116C9 (or 0xB116C9) is known color: Deep Magenta. HEX triplet: B1, 16 and C9. RGB value is (177,22,201). Sum of RGB (Red+Green+Blue) = 177+22+201=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 22 (8.98% from 255 or 5.5% from 400); Blue value is 201 (78.91% from 255 or 50.25% from 400); Max value from RGB is 201 - color contains mainly: blue. Hex color #B116C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B116C9 is #4EE936. Grayscale: #585858. Windows color (decimal): -5171511 or 13178545. OLE color: 13178545.
HSL color Cylindrical-coordinate representation of color #B116C9: hue angle of 291.96º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B116C9 is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 22 | 201 | - |
| CMYK | 0.12 | 0.89 | 0 | 0.21 |
| HSL | 291.96º | 0.8% | 0.44% | - |
| HSV(B) | 291.96º | 0.89% | 0.79% | - |
| XYZ | 28.96 | 14.14 | 56.46 | - |
| YUV | 88.75 | 191.35 | 190.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 22 | 201 | 0.12 | 0.89 | 0 | 0.21 | 291.96 | 0.8 | 0.44 |
| Hex | B1 | 16 | C9 | C | 59 | 0 | 15 | 124 | 50 | 2C |
| Octal | 261 | 26 | 311 | 14 | 131 | 0 | 25 | 444 | 120 | 54 |
| Binary | 10110001 | 10110 | 11001001 | 1100 | 1011001 | 0 | 10101 | 100100100 | 1010000 | 101100 |
Color Harmonies of #B116C9
Complementary color
Monochromatic Colors of #B116C9
Black with #B116C9
Text Example
Text Example
White with #B116C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B116C9; }
p { color: rgb(177,22,201); }
H1.HeaderClassName
{
color: #B116C9;
}
.AnyTagClassName
{
color: #B116C9;
}
</style>
background-color css
<style>
a { background-color: #B116C9; }
a { background-color: rgb(177,22,201); }
div.DivClassName
{
background-color: #B116C9;
}
.BgClassName
{
background-color: #B116C9;
}
</style>
border-color css
<style>
span { border-color: #B116C9; }
span { border-color: rgb(177,22,201); }
td.TdClassName
{
border-color: #B116C9;
}
.TagClassName
{
border-color: #B116C9;
}
</style>