Shades of Deep Magenta #BD0DAE
Tints of Deep Magenta #BD0DAE
RGB
CMYK
RGB Variations
Color information
#BD0DAE (or 0xBD0DAE) is known color: Deep Magenta. HEX triplet: BD, 0D and AE. RGB value is (189,13,174). Sum of RGB (Red+Green+Blue) = 189+13+174=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 13 (5.47% from 255 or 3.46% from 376); Blue value is 174 (68.36% from 255 or 46.28% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0DAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0DAE is #42F251. Grayscale: #535353. Windows color (decimal): -4387410 or 11406781. OLE color: 11406781.
HSL color Cylindrical-coordinate representation of color #BD0DAE: hue angle of 305.11º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD0DAE is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 13 | 174 | - |
| CMYK | 0 | 0.93 | 0.08 | 0.26 |
| HSL | 305.11º | 0.87% | 0.4% | - |
| HSV(B) | 305.11º | 0.93% | 0.74% | - |
| XYZ | 28.77 | 14.16 | 41.26 | - |
| YUV | 83.98 | 178.81 | 202.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 13 | 174 | 0 | 0.93 | 0.08 | 0.26 | 305.11 | 0.87 | 0.4 |
| Hex | BD | D | AE | 0 | 5D | 8 | 1A | 131 | 57 | 28 |
| Octal | 275 | 15 | 256 | 0 | 135 | 10 | 32 | 461 | 127 | 50 |
| Binary | 10111101 | 1101 | 10101110 | 0 | 1011101 | 1000 | 11010 | 100110001 | 1010111 | 101000 |
Color Harmonies of #BD0DAE
Complementary color
Monochromatic Colors of #BD0DAE
Black with #BD0DAE
Text Example
Text Example
White with #BD0DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0DAE; }
p { color: rgb(189,13,174); }
H1.HeaderClassName
{
color: #BD0DAE;
}
.AnyTagClassName
{
color: #BD0DAE;
}
</style>
background-color css
<style>
a { background-color: #BD0DAE; }
a { background-color: rgb(189,13,174); }
div.DivClassName
{
background-color: #BD0DAE;
}
.BgClassName
{
background-color: #BD0DAE;
}
</style>
border-color css
<style>
span { border-color: #BD0DAE; }
span { border-color: rgb(189,13,174); }
td.TdClassName
{
border-color: #BD0DAE;
}
.TagClassName
{
border-color: #BD0DAE;
}
</style>