Shades of Deep Magenta #BD03AD
Tints of Deep Magenta #BD03AD
RGB
CMYK
RGB Variations
Color information
#BD03AD (or 0xBD03AD) is known color: Deep Magenta. HEX triplet: BD, 03 and AD. RGB value is (189,3,173). Sum of RGB (Red+Green+Blue) = 189+3+173=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 3 (1.56% from 255 or 0.82% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD03AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD03AD is #42FC52. Grayscale: #4D4D4D. Windows color (decimal): -4389971 or 11338685. OLE color: 11338685.
HSL color Cylindrical-coordinate representation of color #BD03AD: hue angle of 305.16º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD03AD is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 3 | 173 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.26 |
| HSL | 305.16º | 0.97% | 0.38% | - |
| HSV(B) | 305.16º | 0.98% | 0.74% | - |
| XYZ | 28.56 | 13.9 | 40.71 | - |
| YUV | 77.99 | 181.62 | 207.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 3 | 173 | 0 | 0.98 | 0.08 | 0.26 | 305.16 | 0.97 | 0.38 |
| Hex | BD | 3 | AD | 0 | 62 | 8 | 1A | 131 | 61 | 26 |
| Octal | 275 | 3 | 255 | 0 | 142 | 10 | 32 | 461 | 141 | 46 |
| Binary | 10111101 | 11 | 10101101 | 0 | 1100010 | 1000 | 11010 | 100110001 | 1100001 | 100110 |
Color Harmonies of #BD03AD
Complementary color
Monochromatic Colors of #BD03AD
Black with #BD03AD
Text Example
Text Example
White with #BD03AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD03AD; }
p { color: rgb(189,3,173); }
H1.HeaderClassName
{
color: #BD03AD;
}
.AnyTagClassName
{
color: #BD03AD;
}
</style>
background-color css
<style>
a { background-color: #BD03AD; }
a { background-color: rgb(189,3,173); }
div.DivClassName
{
background-color: #BD03AD;
}
.BgClassName
{
background-color: #BD03AD;
}
</style>
border-color css
<style>
span { border-color: #BD03AD; }
span { border-color: rgb(189,3,173); }
td.TdClassName
{
border-color: #BD03AD;
}
.TagClassName
{
border-color: #BD03AD;
}
</style>