Shades of Deep Magenta #BD09A7
Tints of Deep Magenta #BD09A7
RGB
CMYK
RGB Variations
Color information
#BD09A7 (or 0xBD09A7) is known color: Deep Magenta. HEX triplet: BD, 09 and A7. RGB value is (189,9,167). Sum of RGB (Red+Green+Blue) = 189+9+167=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 9 (3.91% from 255 or 2.47% from 365); Blue value is 167 (65.62% from 255 or 45.75% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD09A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD09A7 is #42F658. Grayscale: #505050. Windows color (decimal): -4388441 or 10947005. OLE color: 10947005.
HSL color Cylindrical-coordinate representation of color #BD09A7: hue angle of 307.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 #BD09A7 is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 9 | 167 | - |
| CMYK | 0 | 0.95 | 0.12 | 0.26 |
| HSL | 307.33º | 0.91% | 0.39% | - |
| HSV(B) | 307.33º | 0.95% | 0.74% | - |
| XYZ | 28.06 | 13.8 | 37.74 | - |
| YUV | 80.83 | 176.63 | 205.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 9 | 167 | 0 | 0.95 | 0.12 | 0.26 | 307.33 | 0.91 | 0.39 |
| Hex | BD | 9 | A7 | 0 | 5F | C | 1A | 133 | 5B | 27 |
| Octal | 275 | 11 | 247 | 0 | 137 | 14 | 32 | 463 | 133 | 47 |
| Binary | 10111101 | 1001 | 10100111 | 0 | 1011111 | 1100 | 11010 | 100110011 | 1011011 | 100111 |
Color Harmonies of #BD09A7
Complementary color
Monochromatic Colors of #BD09A7
Black with #BD09A7
Text Example
Text Example
White with #BD09A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD09A7; }
p { color: rgb(189,9,167); }
H1.HeaderClassName
{
color: #BD09A7;
}
.AnyTagClassName
{
color: #BD09A7;
}
</style>
background-color css
<style>
a { background-color: #BD09A7; }
a { background-color: rgb(189,9,167); }
div.DivClassName
{
background-color: #BD09A7;
}
.BgClassName
{
background-color: #BD09A7;
}
</style>
border-color css
<style>
span { border-color: #BD09A7; }
span { border-color: rgb(189,9,167); }
td.TdClassName
{
border-color: #BD09A7;
}
.TagClassName
{
border-color: #BD09A7;
}
</style>