Shades of Deep Magenta #BD16AD
Tints of Deep Magenta #BD16AD
RGB
CMYK
RGB Variations
Color information
#BD16AD (or 0xBD16AD) is known color: Deep Magenta. HEX triplet: BD, 16 and AD. RGB value is (189,22,173). Sum of RGB (Red+Green+Blue) = 189+22+173=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 22 (8.98% from 255 or 5.73% from 384); Blue value is 173 (67.97% from 255 or 45.05% from 384); Max value from RGB is 189 - color contains mainly: red. Hex color #BD16AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD16AD is #42E952. Grayscale: #585858. Windows color (decimal): -4385107 or 11343549. OLE color: 11343549.
HSL color Cylindrical-coordinate representation of color #BD16AD: hue angle of 305.75º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD16AD is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 22 | 173 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.26 |
| HSL | 305.75º | 0.79% | 0.41% | - |
| HSV(B) | 305.75º | 0.88% | 0.74% | - |
| XYZ | 28.82 | 14.41 | 40.8 | - |
| YUV | 89.15 | 175.33 | 199.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 22 | 173 | 0 | 0.88 | 0.08 | 0.26 | 305.75 | 0.79 | 0.41 |
| Hex | BD | 16 | AD | 0 | 58 | 8 | 1A | 132 | 4F | 29 |
| Octal | 275 | 26 | 255 | 0 | 130 | 10 | 32 | 462 | 117 | 51 |
| Binary | 10111101 | 10110 | 10101101 | 0 | 1011000 | 1000 | 11010 | 100110010 | 1001111 | 101001 |
Color Harmonies of #BD16AD
Complementary color
Monochromatic Colors of #BD16AD
Black with #BD16AD
Text Example
Text Example
White with #BD16AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD16AD; }
p { color: rgb(189,22,173); }
H1.HeaderClassName
{
color: #BD16AD;
}
.AnyTagClassName
{
color: #BD16AD;
}
</style>
background-color css
<style>
a { background-color: #BD16AD; }
a { background-color: rgb(189,22,173); }
div.DivClassName
{
background-color: #BD16AD;
}
.BgClassName
{
background-color: #BD16AD;
}
</style>
border-color css
<style>
span { border-color: #BD16AD; }
span { border-color: rgb(189,22,173); }
td.TdClassName
{
border-color: #BD16AD;
}
.TagClassName
{
border-color: #BD16AD;
}
</style>