Shades of Deep Magenta #BD00AE
Tints of Deep Magenta #BD00AE
RGB
CMYK
RGB Variations
Color information
#BD00AE (or 0xBD00AE) is known color: Deep Magenta. HEX triplet: BD, 00 and AE. RGB value is (189,0,174). Sum of RGB (Red+Green+Blue) = 189+0+174=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 0 (0.39% from 255 or 0% from 363); Blue value is 174 (68.36% from 255 or 47.93% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BD00AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD00AE is #42FF51. Grayscale: #4B4B4B. Windows color (decimal): -4390738 or 11403453. OLE color: 11403453.
HSL color Cylindrical-coordinate representation of color #BD00AE: hue angle of 304.76º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD00AE is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 0 | 174 | - |
| CMYK | 0 | 1 | 0.08 | 0.26 |
| HSL | 304.76º | 1% | 0.37% | - |
| HSV(B) | 304.76º | 1% | 0.74% | - |
| XYZ | 28.63 | 13.87 | 41.21 | - |
| YUV | 76.35 | 183.12 | 208.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 0 | 174 | 0 | 1 | 0.08 | 0.26 | 304.76 | 1 | 0.37 |
| Hex | BD | 0 | AE | 0 | 64 | 8 | 1A | 131 | 64 | 25 |
| Octal | 275 | 0 | 256 | 0 | 144 | 10 | 32 | 461 | 144 | 45 |
| Binary | 10111101 | 0 | 10101110 | 0 | 1100100 | 1000 | 11010 | 100110001 | 1100100 | 100101 |
Color Harmonies of #BD00AE
Complementary color
Monochromatic Colors of #BD00AE
Black with #BD00AE
Text Example
Text Example
White with #BD00AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD00AE; }
p { color: rgb(189,0,174); }
H1.HeaderClassName
{
color: #BD00AE;
}
.AnyTagClassName
{
color: #BD00AE;
}
</style>
background-color css
<style>
a { background-color: #BD00AE; }
a { background-color: rgb(189,0,174); }
div.DivClassName
{
background-color: #BD00AE;
}
.BgClassName
{
background-color: #BD00AE;
}
</style>
border-color css
<style>
span { border-color: #BD00AE; }
span { border-color: rgb(189,0,174); }
td.TdClassName
{
border-color: #BD00AE;
}
.TagClassName
{
border-color: #BD00AE;
}
</style>