Shades of Deep Magenta #B019AD
Tints of Deep Magenta #B019AD
RGB
CMYK
RGB Variations
Color information
#B019AD (or 0xB019AD) is known color: Deep Magenta. HEX triplet: B0, 19 and AD. RGB value is (176,25,173). Sum of RGB (Red+Green+Blue) = 176+25+173=374 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.06% from 374); Green value is 25 (10.16% from 255 or 6.68% from 374); Blue value is 173 (67.97% from 255 or 46.26% from 374); Max value from RGB is 176 - color contains mainly: red. Hex color #B019AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B019AD is #4FE652. Grayscale: #565656. Windows color (decimal): -5236307 or 11344304. OLE color: 11344304.
HSL color Cylindrical-coordinate representation of color #B019AD: hue angle of 301.19º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B019AD is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 25 | 173 | - |
| CMYK | 0 | 0.86 | 0.02 | 0.31 |
| HSL | 301.19º | 0.75% | 0.39% | - |
| HSV(B) | 301.19º | 0.86% | 0.69% | - |
| XYZ | 25.79 | 12.94 | 40.67 | - |
| YUV | 87.02 | 176.53 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 25 | 173 | 0 | 0.86 | 0.02 | 0.31 | 301.19 | 0.75 | 0.39 |
| Hex | B0 | 19 | AD | 0 | 56 | 2 | 1F | 12D | 4B | 27 |
| Octal | 260 | 31 | 255 | 0 | 126 | 2 | 37 | 455 | 113 | 47 |
| Binary | 10110000 | 11001 | 10101101 | 0 | 1010110 | 10 | 11111 | 100101101 | 1001011 | 100111 |
Color Harmonies of #B019AD
Complementary color
Monochromatic Colors of #B019AD
Black with #B019AD
Text Example
Text Example
White with #B019AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B019AD; }
p { color: rgb(176,25,173); }
H1.HeaderClassName
{
color: #B019AD;
}
.AnyTagClassName
{
color: #B019AD;
}
</style>
background-color css
<style>
a { background-color: #B019AD; }
a { background-color: rgb(176,25,173); }
div.DivClassName
{
background-color: #B019AD;
}
.BgClassName
{
background-color: #B019AD;
}
</style>
border-color css
<style>
span { border-color: #B019AD; }
span { border-color: rgb(176,25,173); }
td.TdClassName
{
border-color: #B019AD;
}
.TagClassName
{
border-color: #B019AD;
}
</style>