Shades of Deep Magenta #BD0BAF
Tints of Deep Magenta #BD0BAF
RGB
CMYK
RGB Variations
Color information
#BD0BAF (or 0xBD0BAF) is known color: Deep Magenta. HEX triplet: BD, 0B and AF. RGB value is (189,11,175). Sum of RGB (Red+Green+Blue) = 189+11+175=375 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.4% from 375); Green value is 11 (4.69% from 255 or 2.93% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0BAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0BAF is #42F450. Grayscale: #525252. Windows color (decimal): -4387921 or 11471805. OLE color: 11471805.
HSL color Cylindrical-coordinate representation of color #BD0BAF: hue angle of 304.72º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD0BAF is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 11 | 175 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.26 |
| HSL | 304.72º | 0.89% | 0.39% | - |
| HSV(B) | 304.72º | 0.94% | 0.74% | - |
| XYZ | 28.84 | 14.15 | 41.77 | - |
| YUV | 82.92 | 179.97 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 11 | 175 | 0 | 0.94 | 0.07 | 0.26 | 304.72 | 0.89 | 0.39 |
| Hex | BD | B | AF | 0 | 5E | 7 | 1A | 131 | 59 | 27 |
| Octal | 275 | 13 | 257 | 0 | 136 | 7 | 32 | 461 | 131 | 47 |
| Binary | 10111101 | 1011 | 10101111 | 0 | 1011110 | 111 | 11010 | 100110001 | 1011001 | 100111 |
Color Harmonies of #BD0BAF
Complementary color
Monochromatic Colors of #BD0BAF
Black with #BD0BAF
Text Example
Text Example
White with #BD0BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0BAF; }
p { color: rgb(189,11,175); }
H1.HeaderClassName
{
color: #BD0BAF;
}
.AnyTagClassName
{
color: #BD0BAF;
}
</style>
background-color css
<style>
a { background-color: #BD0BAF; }
a { background-color: rgb(189,11,175); }
div.DivClassName
{
background-color: #BD0BAF;
}
.BgClassName
{
background-color: #BD0BAF;
}
</style>
border-color css
<style>
span { border-color: #BD0BAF; }
span { border-color: rgb(189,11,175); }
td.TdClassName
{
border-color: #BD0BAF;
}
.TagClassName
{
border-color: #BD0BAF;
}
</style>