Shades of Deep Magenta #BD09AD
Tints of Deep Magenta #BD09AD
RGB
CMYK
RGB Variations
Color information
#BD09AD (or 0xBD09AD) is known color: Deep Magenta. HEX triplet: BD, 09 and AD. RGB value is (189,9,173). Sum of RGB (Red+Green+Blue) = 189+9+173=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 9 (3.91% from 255 or 2.43% from 371); Blue value is 173 (67.97% from 255 or 46.63% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD09AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD09AD is #42F652. Grayscale: #515151. Windows color (decimal): -4388435 or 11340221. OLE color: 11340221.
HSL color Cylindrical-coordinate representation of color #BD09AD: hue angle of 305.33º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD09AD is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 9 | 173 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.26 |
| HSL | 305.33º | 0.91% | 0.39% | - |
| HSV(B) | 305.33º | 0.95% | 0.74% | - |
| XYZ | 28.63 | 14.03 | 40.73 | - |
| YUV | 81.52 | 179.63 | 204.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 9 | 173 | 0 | 0.95 | 0.08 | 0.26 | 305.33 | 0.91 | 0.39 |
| Hex | BD | 9 | AD | 0 | 5F | 8 | 1A | 131 | 5B | 27 |
| Octal | 275 | 11 | 255 | 0 | 137 | 10 | 32 | 461 | 133 | 47 |
| Binary | 10111101 | 1001 | 10101101 | 0 | 1011111 | 1000 | 11010 | 100110001 | 1011011 | 100111 |
Color Harmonies of #BD09AD
Complementary color
Monochromatic Colors of #BD09AD
Black with #BD09AD
Text Example
Text Example
White with #BD09AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD09AD; }
p { color: rgb(189,9,173); }
H1.HeaderClassName
{
color: #BD09AD;
}
.AnyTagClassName
{
color: #BD09AD;
}
</style>
background-color css
<style>
a { background-color: #BD09AD; }
a { background-color: rgb(189,9,173); }
div.DivClassName
{
background-color: #BD09AD;
}
.BgClassName
{
background-color: #BD09AD;
}
</style>
border-color css
<style>
span { border-color: #BD09AD; }
span { border-color: rgb(189,9,173); }
td.TdClassName
{
border-color: #BD09AD;
}
.TagClassName
{
border-color: #BD09AD;
}
</style>