Shades of Deep Magenta #BD0BAE
Tints of Deep Magenta #BD0BAE
RGB
CMYK
RGB Variations
Color information
#BD0BAE (or 0xBD0BAE) is known color: Deep Magenta. HEX triplet: BD, 0B and AE. RGB value is (189,11,174). Sum of RGB (Red+Green+Blue) = 189+11+174=374 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.53% from 374); Green value is 11 (4.69% from 255 or 2.94% from 374); Blue value is 174 (68.36% from 255 or 46.52% from 374); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0BAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0BAE is #42F451. Grayscale: #525252. Windows color (decimal): -4387922 or 11406269. OLE color: 11406269.
HSL color Cylindrical-coordinate representation of color #BD0BAE: hue angle of 305.06º 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 #BD0BAE is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 11 | 174 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.26 |
| HSL | 305.06º | 0.89% | 0.39% | - |
| HSV(B) | 305.06º | 0.94% | 0.74% | - |
| XYZ | 28.75 | 14.11 | 41.25 | - |
| YUV | 82.8 | 179.47 | 203.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 11 | 174 | 0 | 0.94 | 0.08 | 0.26 | 305.06 | 0.89 | 0.39 |
| Hex | BD | B | AE | 0 | 5E | 8 | 1A | 131 | 59 | 27 |
| Octal | 275 | 13 | 256 | 0 | 136 | 10 | 32 | 461 | 131 | 47 |
| Binary | 10111101 | 1011 | 10101110 | 0 | 1011110 | 1000 | 11010 | 100110001 | 1011001 | 100111 |
Color Harmonies of #BD0BAE
Complementary color
Monochromatic Colors of #BD0BAE
Black with #BD0BAE
Text Example
Text Example
White with #BD0BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0BAE; }
p { color: rgb(189,11,174); }
H1.HeaderClassName
{
color: #BD0BAE;
}
.AnyTagClassName
{
color: #BD0BAE;
}
</style>
background-color css
<style>
a { background-color: #BD0BAE; }
a { background-color: rgb(189,11,174); }
div.DivClassName
{
background-color: #BD0BAE;
}
.BgClassName
{
background-color: #BD0BAE;
}
</style>
border-color css
<style>
span { border-color: #BD0BAE; }
span { border-color: rgb(189,11,174); }
td.TdClassName
{
border-color: #BD0BAE;
}
.TagClassName
{
border-color: #BD0BAE;
}
</style>