Shades of Deep Magenta #BD06AD
Tints of Deep Magenta #BD06AD
RGB
CMYK
RGB Variations
Color information
#BD06AD (or 0xBD06AD) is known color: Deep Magenta. HEX triplet: BD, 06 and AD. RGB value is (189,6,173). Sum of RGB (Red+Green+Blue) = 189+6+173=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 6 (2.73% from 255 or 1.63% from 368); Blue value is 173 (67.97% from 255 or 47.01% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BD06AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD06AD is #42F952. Grayscale: #4F4F4F. Windows color (decimal): -4389203 or 11339453. OLE color: 11339453.
HSL color Cylindrical-coordinate representation of color #BD06AD: hue angle of 305.25º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD06AD is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 6 | 173 | - |
| CMYK | 0 | 0.97 | 0.08 | 0.26 |
| HSL | 305.25º | 0.94% | 0.38% | - |
| HSV(B) | 305.25º | 0.97% | 0.74% | - |
| XYZ | 28.59 | 13.97 | 40.72 | - |
| YUV | 79.76 | 180.63 | 205.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 6 | 173 | 0 | 0.97 | 0.08 | 0.26 | 305.25 | 0.94 | 0.38 |
| Hex | BD | 6 | AD | 0 | 61 | 8 | 1A | 131 | 5E | 26 |
| Octal | 275 | 6 | 255 | 0 | 141 | 10 | 32 | 461 | 136 | 46 |
| Binary | 10111101 | 110 | 10101101 | 0 | 1100001 | 1000 | 11010 | 100110001 | 1011110 | 100110 |
Color Harmonies of #BD06AD
Complementary color
Monochromatic Colors of #BD06AD
Black with #BD06AD
Text Example
Text Example
White with #BD06AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD06AD; }
p { color: rgb(189,6,173); }
H1.HeaderClassName
{
color: #BD06AD;
}
.AnyTagClassName
{
color: #BD06AD;
}
</style>
background-color css
<style>
a { background-color: #BD06AD; }
a { background-color: rgb(189,6,173); }
div.DivClassName
{
background-color: #BD06AD;
}
.BgClassName
{
background-color: #BD06AD;
}
</style>
border-color css
<style>
span { border-color: #BD06AD; }
span { border-color: rgb(189,6,173); }
td.TdClassName
{
border-color: #BD06AD;
}
.TagClassName
{
border-color: #BD06AD;
}
</style>