Shades of Deep Magenta #BD09A8
Tints of Deep Magenta #BD09A8
RGB
CMYK
RGB Variations
Color information
#BD09A8 (or 0xBD09A8) is known color: Deep Magenta. HEX triplet: BD, 09 and A8. RGB value is (189,9,168). Sum of RGB (Red+Green+Blue) = 189+9+168=366 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.64% from 366); Green value is 9 (3.91% from 255 or 2.46% from 366); Blue value is 168 (66.02% from 255 or 45.90% from 366); Max value from RGB is 189 - color contains mainly: red. Hex color #BD09A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD09A8 is #42F657. Grayscale: #505050. Windows color (decimal): -4388440 or 11012541. OLE color: 11012541.
HSL color Cylindrical-coordinate representation of color #BD09A8: hue angle of 307º 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 #BD09A8 is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 9 | 168 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.26 |
| HSL | 307º | 0.91% | 0.39% | - |
| HSV(B) | 307º | 0.95% | 0.74% | - |
| XYZ | 28.15 | 13.84 | 38.23 | - |
| YUV | 80.95 | 177.13 | 205.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 9 | 168 | 0 | 0.95 | 0.11 | 0.26 | 307 | 0.91 | 0.39 |
| Hex | BD | 9 | A8 | 0 | 5F | B | 1A | 133 | 5B | 27 |
| Octal | 275 | 11 | 250 | 0 | 137 | 13 | 32 | 463 | 133 | 47 |
| Binary | 10111101 | 1001 | 10101000 | 0 | 1011111 | 1011 | 11010 | 100110011 | 1011011 | 100111 |
Color Harmonies of #BD09A8
Complementary color
Monochromatic Colors of #BD09A8
Black with #BD09A8
Text Example
Text Example
White with #BD09A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD09A8; }
p { color: rgb(189,9,168); }
H1.HeaderClassName
{
color: #BD09A8;
}
.AnyTagClassName
{
color: #BD09A8;
}
</style>
background-color css
<style>
a { background-color: #BD09A8; }
a { background-color: rgb(189,9,168); }
div.DivClassName
{
background-color: #BD09A8;
}
.BgClassName
{
background-color: #BD09A8;
}
</style>
border-color css
<style>
span { border-color: #BD09A8; }
span { border-color: rgb(189,9,168); }
td.TdClassName
{
border-color: #BD09A8;
}
.TagClassName
{
border-color: #BD09A8;
}
</style>