Shades of Deep Magenta #B919AD
Tints of Deep Magenta #B919AD
RGB
CMYK
RGB Variations
Color information
#B919AD (or 0xB919AD) is known color: Deep Magenta. HEX triplet: B9, 19 and AD. RGB value is (185,25,173). Sum of RGB (Red+Green+Blue) = 185+25+173=383 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.30% from 383); Green value is 25 (10.16% from 255 or 6.53% from 383); Blue value is 173 (67.97% from 255 or 45.17% from 383); Max value from RGB is 185 - color contains mainly: red. Hex color #B919AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B919AD is #46E652. Grayscale: #595959. Windows color (decimal): -4646483 or 11344313. OLE color: 11344313.
HSL color Cylindrical-coordinate representation of color #B919AD: hue angle of 304.5º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B919AD is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 25 | 173 | - |
| CMYK | 0 | 0.86 | 0.06 | 0.27 |
| HSL | 304.5º | 0.76% | 0.41% | - |
| HSV(B) | 304.5º | 0.86% | 0.73% | - |
| XYZ | 27.9 | 14.03 | 40.77 | - |
| YUV | 89.71 | 175.01 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 25 | 173 | 0 | 0.86 | 0.06 | 0.27 | 304.5 | 0.76 | 0.41 |
| Hex | B9 | 19 | AD | 0 | 56 | 6 | 1B | 130 | 4C | 29 |
| Octal | 271 | 31 | 255 | 0 | 126 | 6 | 33 | 460 | 114 | 51 |
| Binary | 10111001 | 11001 | 10101101 | 0 | 1010110 | 110 | 11011 | 100110000 | 1001100 | 101001 |
Color Harmonies of #B919AD
Complementary color
Monochromatic Colors of #B919AD
Black with #B919AD
Text Example
Text Example
White with #B919AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B919AD; }
p { color: rgb(185,25,173); }
H1.HeaderClassName
{
color: #B919AD;
}
.AnyTagClassName
{
color: #B919AD;
}
</style>
background-color css
<style>
a { background-color: #B919AD; }
a { background-color: rgb(185,25,173); }
div.DivClassName
{
background-color: #B919AD;
}
.BgClassName
{
background-color: #B919AD;
}
</style>
border-color css
<style>
span { border-color: #B919AD; }
span { border-color: rgb(185,25,173); }
td.TdClassName
{
border-color: #B919AD;
}
.TagClassName
{
border-color: #B919AD;
}
</style>