Shades of Deep Magenta #B819AD
Tints of Deep Magenta #B819AD
RGB
CMYK
RGB Variations
Color information
#B819AD (or 0xB819AD) is known color: Deep Magenta. HEX triplet: B8, 19 and AD. RGB value is (184,25,173). Sum of RGB (Red+Green+Blue) = 184+25+173=382 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.17% from 382); Green value is 25 (10.16% from 255 or 6.54% from 382); Blue value is 173 (67.97% from 255 or 45.29% from 382); Max value from RGB is 184 - color contains mainly: red. Hex color #B819AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B819AD is #47E652. Grayscale: #585858. Windows color (decimal): -4712019 or 11344312. OLE color: 11344312.
HSL color Cylindrical-coordinate representation of color #B819AD: hue angle of 304.15º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B819AD is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 25 | 173 | - |
| CMYK | 0 | 0.86 | 0.06 | 0.28 |
| HSL | 304.15º | 0.76% | 0.41% | - |
| HSV(B) | 304.15º | 0.86% | 0.72% | - |
| XYZ | 27.66 | 13.9 | 40.76 | - |
| YUV | 89.41 | 175.18 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 25 | 173 | 0 | 0.86 | 0.06 | 0.28 | 304.15 | 0.76 | 0.41 |
| Hex | B8 | 19 | AD | 0 | 56 | 6 | 1C | 130 | 4C | 29 |
| Octal | 270 | 31 | 255 | 0 | 126 | 6 | 34 | 460 | 114 | 51 |
| Binary | 10111000 | 11001 | 10101101 | 0 | 1010110 | 110 | 11100 | 100110000 | 1001100 | 101001 |
Color Harmonies of #B819AD
Complementary color
Monochromatic Colors of #B819AD
Black with #B819AD
Text Example
Text Example
White with #B819AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B819AD; }
p { color: rgb(184,25,173); }
H1.HeaderClassName
{
color: #B819AD;
}
.AnyTagClassName
{
color: #B819AD;
}
</style>
background-color css
<style>
a { background-color: #B819AD; }
a { background-color: rgb(184,25,173); }
div.DivClassName
{
background-color: #B819AD;
}
.BgClassName
{
background-color: #B819AD;
}
</style>
border-color css
<style>
span { border-color: #B819AD; }
span { border-color: rgb(184,25,173); }
td.TdClassName
{
border-color: #B819AD;
}
.TagClassName
{
border-color: #B819AD;
}
</style>