Shades of Deep Magenta #B116CA
Tints of Deep Magenta #B116CA
RGB
CMYK
RGB Variations
Color information
#B116CA (or 0xB116CA) is known color: Deep Magenta. HEX triplet: B1, 16 and CA. RGB value is (177,22,202). Sum of RGB (Red+Green+Blue) = 177+22+202=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 22 (8.98% from 255 or 5.49% from 401); Blue value is 202 (79.30% from 255 or 50.37% from 401); Max value from RGB is 202 - color contains mainly: blue. Hex color #B116CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B116CA is #4EE935. Grayscale: #585858. Windows color (decimal): -5171510 or 13244081. OLE color: 13244081.
HSL color Cylindrical-coordinate representation of color #B116CA: hue angle of 291.67º 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 #B116CA is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 22 | 202 | - |
| CMYK | 0.12 | 0.89 | 0 | 0.21 |
| HSL | 291.67º | 0.8% | 0.44% | - |
| HSV(B) | 291.67º | 0.89% | 0.79% | - |
| XYZ | 29.08 | 14.19 | 57.08 | - |
| YUV | 88.87 | 191.85 | 190.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 22 | 202 | 0.12 | 0.89 | 0 | 0.21 | 291.67 | 0.8 | 0.44 |
| Hex | B1 | 16 | CA | C | 59 | 0 | 15 | 124 | 50 | 2C |
| Octal | 261 | 26 | 312 | 14 | 131 | 0 | 25 | 444 | 120 | 54 |
| Binary | 10110001 | 10110 | 11001010 | 1100 | 1011001 | 0 | 10101 | 100100100 | 1010000 | 101100 |
Color Harmonies of #B116CA
Complementary color
Monochromatic Colors of #B116CA
Black with #B116CA
Text Example
Text Example
White with #B116CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B116CA; }
p { color: rgb(177,22,202); }
H1.HeaderClassName
{
color: #B116CA;
}
.AnyTagClassName
{
color: #B116CA;
}
</style>
background-color css
<style>
a { background-color: #B116CA; }
a { background-color: rgb(177,22,202); }
div.DivClassName
{
background-color: #B116CA;
}
.BgClassName
{
background-color: #B116CA;
}
</style>
border-color css
<style>
span { border-color: #B116CA; }
span { border-color: rgb(177,22,202); }
td.TdClassName
{
border-color: #B116CA;
}
.TagClassName
{
border-color: #B116CA;
}
</style>