Shades of Deep Magenta #BD01AD
Tints of Deep Magenta #BD01AD
RGB
CMYK
RGB Variations
Color information
#BD01AD (or 0xBD01AD) is known color: Deep Magenta. HEX triplet: BD, 01 and AD. RGB value is (189,1,173). Sum of RGB (Red+Green+Blue) = 189+1+173=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 1 (0.78% from 255 or 0.28% from 363); Blue value is 173 (67.97% from 255 or 47.66% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BD01AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD01AD is #42FE52. Grayscale: #4C4C4C. Windows color (decimal): -4390483 or 11338173. OLE color: 11338173.
HSL color Cylindrical-coordinate representation of color #BD01AD: hue angle of 305.11º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD01AD is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 1 | 173 | - |
| CMYK | 0 | 0.99 | 0.08 | 0.26 |
| HSL | 305.11º | 0.99% | 0.37% | - |
| HSV(B) | 305.11º | 0.99% | 0.74% | - |
| XYZ | 28.54 | 13.86 | 40.71 | - |
| YUV | 76.82 | 182.28 | 208.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 1 | 173 | 0 | 0.99 | 0.08 | 0.26 | 305.11 | 0.99 | 0.37 |
| Hex | BD | 1 | AD | 0 | 63 | 8 | 1A | 131 | 63 | 25 |
| Octal | 275 | 1 | 255 | 0 | 143 | 10 | 32 | 461 | 143 | 45 |
| Binary | 10111101 | 1 | 10101101 | 0 | 1100011 | 1000 | 11010 | 100110001 | 1100011 | 100101 |
Color Harmonies of #BD01AD
Complementary color
Monochromatic Colors of #BD01AD
Black with #BD01AD
Text Example
Text Example
White with #BD01AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD01AD; }
p { color: rgb(189,1,173); }
H1.HeaderClassName
{
color: #BD01AD;
}
.AnyTagClassName
{
color: #BD01AD;
}
</style>
background-color css
<style>
a { background-color: #BD01AD; }
a { background-color: rgb(189,1,173); }
div.DivClassName
{
background-color: #BD01AD;
}
.BgClassName
{
background-color: #BD01AD;
}
</style>
border-color css
<style>
span { border-color: #BD01AD; }
span { border-color: rgb(189,1,173); }
td.TdClassName
{
border-color: #BD01AD;
}
.TagClassName
{
border-color: #BD01AD;
}
</style>