Shades of Deep Magenta #B016C0
Tints of Deep Magenta #B016C0
RGB
CMYK
RGB Variations
Color information
#B016C0 (or 0xB016C0) is known color: Deep Magenta. HEX triplet: B0, 16 and C0. RGB value is (176,22,192). Sum of RGB (Red+Green+Blue) = 176+22+192=390 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.13% from 390); Green value is 22 (8.98% from 255 or 5.64% from 390); Blue value is 192 (75.39% from 255 or 49.23% from 390); Max value from RGB is 192 - color contains mainly: blue. Hex color #B016C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B016C0 is #4FE93F. Grayscale: #565656. Windows color (decimal): -5237056 or 12588720. OLE color: 12588720.
HSL color Cylindrical-coordinate representation of color #B016C0: hue angle of 294.35º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B016C0 is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 22 | 192 | - |
| CMYK | 0.08 | 0.89 | 0 | 0.25 |
| HSL | 294.35º | 0.79% | 0.42% | - |
| HSV(B) | 294.35º | 0.89% | 0.75% | - |
| XYZ | 27.71 | 13.61 | 51.04 | - |
| YUV | 87.43 | 187.02 | 191.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 22 | 192 | 0.08 | 0.89 | 0 | 0.25 | 294.35 | 0.79 | 0.42 |
| Hex | B0 | 16 | C0 | 8 | 59 | 0 | 19 | 126 | 4F | 2A |
| Octal | 260 | 26 | 300 | 10 | 131 | 0 | 31 | 446 | 117 | 52 |
| Binary | 10110000 | 10110 | 11000000 | 1000 | 1011001 | 0 | 11001 | 100100110 | 1001111 | 101010 |
Color Harmonies of #B016C0
Complementary color
Monochromatic Colors of #B016C0
Black with #B016C0
Text Example
Text Example
White with #B016C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B016C0; }
p { color: rgb(176,22,192); }
H1.HeaderClassName
{
color: #B016C0;
}
.AnyTagClassName
{
color: #B016C0;
}
</style>
background-color css
<style>
a { background-color: #B016C0; }
a { background-color: rgb(176,22,192); }
div.DivClassName
{
background-color: #B016C0;
}
.BgClassName
{
background-color: #B016C0;
}
</style>
border-color css
<style>
span { border-color: #B016C0; }
span { border-color: rgb(176,22,192); }
td.TdClassName
{
border-color: #B016C0;
}
.TagClassName
{
border-color: #B016C0;
}
</style>