Shades of Deep Magenta #BD13AD
Tints of Deep Magenta #BD13AD
RGB
CMYK
RGB Variations
Color information
#BD13AD (or 0xBD13AD) is known color: Deep Magenta. HEX triplet: BD, 13 and AD. RGB value is (189,19,173). Sum of RGB (Red+Green+Blue) = 189+19+173=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 19 (7.81% from 255 or 4.99% from 381); Blue value is 173 (67.97% from 255 or 45.41% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BD13AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD13AD is #42EC52. Grayscale: #565656. Windows color (decimal): -4385875 or 11342781. OLE color: 11342781.
HSL color Cylindrical-coordinate representation of color #BD13AD: hue angle of 305.65º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD13AD is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 19 | 173 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.26 |
| HSL | 305.65º | 0.82% | 0.41% | - |
| HSV(B) | 305.65º | 0.9% | 0.74% | - |
| XYZ | 28.76 | 14.3 | 40.78 | - |
| YUV | 87.39 | 176.32 | 200.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 19 | 173 | 0 | 0.90 | 0.08 | 0.26 | 305.65 | 0.82 | 0.41 |
| Hex | BD | 13 | AD | 0 | 5A | 8 | 1A | 132 | 52 | 29 |
| Octal | 275 | 23 | 255 | 0 | 132 | 10 | 32 | 462 | 122 | 51 |
| Binary | 10111101 | 10011 | 10101101 | 0 | 1011010 | 1000 | 11010 | 100110010 | 1010010 | 101001 |
Color Harmonies of #BD13AD
Complementary color
Monochromatic Colors of #BD13AD
Black with #BD13AD
Text Example
Text Example
White with #BD13AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD13AD; }
p { color: rgb(189,19,173); }
H1.HeaderClassName
{
color: #BD13AD;
}
.AnyTagClassName
{
color: #BD13AD;
}
</style>
background-color css
<style>
a { background-color: #BD13AD; }
a { background-color: rgb(189,19,173); }
div.DivClassName
{
background-color: #BD13AD;
}
.BgClassName
{
background-color: #BD13AD;
}
</style>
border-color css
<style>
span { border-color: #BD13AD; }
span { border-color: rgb(189,19,173); }
td.TdClassName
{
border-color: #BD13AD;
}
.TagClassName
{
border-color: #BD13AD;
}
</style>