Shades of Deep Magenta #B016C9
Tints of Deep Magenta #B016C9
RGB
CMYK
RGB Variations
Color information
#B016C9 (or 0xB016C9) is known color: Deep Magenta. HEX triplet: B0, 16 and C9. RGB value is (176,22,201). Sum of RGB (Red+Green+Blue) = 176+22+201=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 22 (8.98% from 255 or 5.51% from 399); Blue value is 201 (78.91% from 255 or 50.38% from 399); Max value from RGB is 201 - color contains mainly: blue. Hex color #B016C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B016C9 is #4FE936. Grayscale: #575757. Windows color (decimal): -5237047 or 13178544. OLE color: 13178544.
HSL color Cylindrical-coordinate representation of color #B016C9: hue angle of 291.62º 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 #B016C9 is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 22 | 201 | - |
| CMYK | 0.12 | 0.89 | 0 | 0.21 |
| HSL | 291.62º | 0.8% | 0.44% | - |
| HSV(B) | 291.62º | 0.89% | 0.79% | - |
| XYZ | 28.73 | 14.02 | 56.45 | - |
| YUV | 88.45 | 191.52 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 22 | 201 | 0.12 | 0.89 | 0 | 0.21 | 291.62 | 0.8 | 0.44 |
| Hex | B0 | 16 | C9 | C | 59 | 0 | 15 | 124 | 50 | 2C |
| Octal | 260 | 26 | 311 | 14 | 131 | 0 | 25 | 444 | 120 | 54 |
| Binary | 10110000 | 10110 | 11001001 | 1100 | 1011001 | 0 | 10101 | 100100100 | 1010000 | 101100 |
Color Harmonies of #B016C9
Complementary color
Monochromatic Colors of #B016C9
Black with #B016C9
Text Example
Text Example
White with #B016C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B016C9; }
p { color: rgb(176,22,201); }
H1.HeaderClassName
{
color: #B016C9;
}
.AnyTagClassName
{
color: #B016C9;
}
</style>
background-color css
<style>
a { background-color: #B016C9; }
a { background-color: rgb(176,22,201); }
div.DivClassName
{
background-color: #B016C9;
}
.BgClassName
{
background-color: #B016C9;
}
</style>
border-color css
<style>
span { border-color: #B016C9; }
span { border-color: rgb(176,22,201); }
td.TdClassName
{
border-color: #B016C9;
}
.TagClassName
{
border-color: #B016C9;
}
</style>