Shades of Deep Magenta #B917AD
Tints of Deep Magenta #B917AD
RGB
CMYK
RGB Variations
Color information
#B917AD (or 0xB917AD) is known color: Deep Magenta. HEX triplet: B9, 17 and AD. RGB value is (185,23,173). Sum of RGB (Red+Green+Blue) = 185+23+173=381 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.56% from 381); Green value is 23 (9.38% from 255 or 6.04% from 381); Blue value is 173 (67.97% from 255 or 45.41% from 381); Max value from RGB is 185 - color contains mainly: red. Hex color #B917AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B917AD is #46E852. Grayscale: #585858. Windows color (decimal): -4646995 or 11343801. OLE color: 11343801.
HSL color Cylindrical-coordinate representation of color #B917AD: hue angle of 304.44º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B917AD is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 23 | 173 | - |
| CMYK | 0 | 0.88 | 0.06 | 0.27 |
| HSL | 304.44º | 0.78% | 0.41% | - |
| HSV(B) | 304.44º | 0.88% | 0.73% | - |
| XYZ | 27.86 | 13.94 | 40.76 | - |
| YUV | 88.54 | 175.67 | 196.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 23 | 173 | 0 | 0.88 | 0.06 | 0.27 | 304.44 | 0.78 | 0.41 |
| Hex | B9 | 17 | AD | 0 | 58 | 6 | 1B | 130 | 4E | 29 |
| Octal | 271 | 27 | 255 | 0 | 130 | 6 | 33 | 460 | 116 | 51 |
| Binary | 10111001 | 10111 | 10101101 | 0 | 1011000 | 110 | 11011 | 100110000 | 1001110 | 101001 |
Color Harmonies of #B917AD
Complementary color
Monochromatic Colors of #B917AD
Black with #B917AD
Text Example
Text Example
White with #B917AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B917AD; }
p { color: rgb(185,23,173); }
H1.HeaderClassName
{
color: #B917AD;
}
.AnyTagClassName
{
color: #B917AD;
}
</style>
background-color css
<style>
a { background-color: #B917AD; }
a { background-color: rgb(185,23,173); }
div.DivClassName
{
background-color: #B917AD;
}
.BgClassName
{
background-color: #B917AD;
}
</style>
border-color css
<style>
span { border-color: #B917AD; }
span { border-color: rgb(185,23,173); }
td.TdClassName
{
border-color: #B917AD;
}
.TagClassName
{
border-color: #B917AD;
}
</style>