Shades of Deep Magenta #BD15AD
Tints of Deep Magenta #BD15AD
RGB
CMYK
RGB Variations
Color information
#BD15AD (or 0xBD15AD) is known color: Deep Magenta. HEX triplet: BD, 15 and AD. RGB value is (189,21,173). Sum of RGB (Red+Green+Blue) = 189+21+173=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 21 (8.59% from 255 or 5.48% from 383); Blue value is 173 (67.97% from 255 or 45.17% from 383); Max value from RGB is 189 - color contains mainly: red. Hex color #BD15AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD15AD is #42EA52. Grayscale: #585858. Windows color (decimal): -4385363 or 11343293. OLE color: 11343293.
HSL color Cylindrical-coordinate representation of color #BD15AD: hue angle of 305.71º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD15AD is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 21 | 173 | - |
| CMYK | 0 | 0.89 | 0.08 | 0.26 |
| HSL | 305.71º | 0.8% | 0.41% | - |
| HSV(B) | 305.71º | 0.89% | 0.74% | - |
| XYZ | 28.8 | 14.37 | 40.79 | - |
| YUV | 88.56 | 175.66 | 199.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 21 | 173 | 0 | 0.89 | 0.08 | 0.26 | 305.71 | 0.8 | 0.41 |
| Hex | BD | 15 | AD | 0 | 59 | 8 | 1A | 132 | 50 | 29 |
| Octal | 275 | 25 | 255 | 0 | 131 | 10 | 32 | 462 | 120 | 51 |
| Binary | 10111101 | 10101 | 10101101 | 0 | 1011001 | 1000 | 11010 | 100110010 | 1010000 | 101001 |
Color Harmonies of #BD15AD
Complementary color
Monochromatic Colors of #BD15AD
Black with #BD15AD
Text Example
Text Example
White with #BD15AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD15AD; }
p { color: rgb(189,21,173); }
H1.HeaderClassName
{
color: #BD15AD;
}
.AnyTagClassName
{
color: #BD15AD;
}
</style>
background-color css
<style>
a { background-color: #BD15AD; }
a { background-color: rgb(189,21,173); }
div.DivClassName
{
background-color: #BD15AD;
}
.BgClassName
{
background-color: #BD15AD;
}
</style>
border-color css
<style>
span { border-color: #BD15AD; }
span { border-color: rgb(189,21,173); }
td.TdClassName
{
border-color: #BD15AD;
}
.TagClassName
{
border-color: #BD15AD;
}
</style>