Shades of Deep Magenta #B719AD
Tints of Deep Magenta #B719AD
RGB
CMYK
RGB Variations
Color information
#B719AD (or 0xB719AD) is known color: Deep Magenta. HEX triplet: B7, 19 and AD. RGB value is (183,25,173). Sum of RGB (Red+Green+Blue) = 183+25+173=381 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.03% from 381); Green value is 25 (10.16% from 255 or 6.56% from 381); Blue value is 173 (67.97% from 255 or 45.41% from 381); Max value from RGB is 183 - color contains mainly: red. Hex color #B719AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B719AD is #48E652. Grayscale: #585858. Windows color (decimal): -4777555 or 11344311. OLE color: 11344311.
HSL color Cylindrical-coordinate representation of color #B719AD: hue angle of 303.8º 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 #B719AD is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 25 | 173 | - |
| CMYK | 0 | 0.86 | 0.05 | 0.28 |
| HSL | 303.8º | 0.76% | 0.41% | - |
| HSV(B) | 303.8º | 0.86% | 0.72% | - |
| XYZ | 27.42 | 13.78 | 40.75 | - |
| YUV | 89.11 | 175.35 | 194.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 25 | 173 | 0 | 0.86 | 0.05 | 0.28 | 303.8 | 0.76 | 0.41 |
| Hex | B7 | 19 | AD | 0 | 56 | 5 | 1C | 130 | 4C | 29 |
| Octal | 267 | 31 | 255 | 0 | 126 | 5 | 34 | 460 | 114 | 51 |
| Binary | 10110111 | 11001 | 10101101 | 0 | 1010110 | 101 | 11100 | 100110000 | 1001100 | 101001 |
Color Harmonies of #B719AD
Complementary color
Monochromatic Colors of #B719AD
Black with #B719AD
Text Example
Text Example
White with #B719AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B719AD; }
p { color: rgb(183,25,173); }
H1.HeaderClassName
{
color: #B719AD;
}
.AnyTagClassName
{
color: #B719AD;
}
</style>
background-color css
<style>
a { background-color: #B719AD; }
a { background-color: rgb(183,25,173); }
div.DivClassName
{
background-color: #B719AD;
}
.BgClassName
{
background-color: #B719AD;
}
</style>
border-color css
<style>
span { border-color: #B719AD; }
span { border-color: rgb(183,25,173); }
td.TdClassName
{
border-color: #B719AD;
}
.TagClassName
{
border-color: #B719AD;
}
</style>