Shades of Deep Magenta #BD00AB
Tints of Deep Magenta #BD00AB
RGB
CMYK
RGB Variations
Color information
#BD00AB (or 0xBD00AB) is known color: Deep Magenta. HEX triplet: BD, 00 and AB. RGB value is (189,0,171). Sum of RGB (Red+Green+Blue) = 189+0+171=360 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.5% from 360); Green value is 0 (0.39% from 255 or 0% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 189 - color contains mainly: red. Hex color #BD00AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD00AB is #42FF54. Grayscale: #4B4B4B. Windows color (decimal): -4390741 or 11206845. OLE color: 11206845.
HSL color Cylindrical-coordinate representation of color #BD00AB: hue angle of 305.71º 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 #BD00AB is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 0 | 171 | - |
| CMYK | 0 | 1 | 0.10 | 0.26 |
| HSL | 305.71º | 1% | 0.37% | - |
| HSV(B) | 305.71º | 1% | 0.74% | - |
| XYZ | 28.34 | 13.76 | 39.69 | - |
| YUV | 76.01 | 181.62 | 208.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 0 | 171 | 0 | 1 | 0.10 | 0.26 | 305.71 | 1 | 0.37 |
| Hex | BD | 0 | AB | 0 | 64 | A | 1A | 132 | 64 | 25 |
| Octal | 275 | 0 | 253 | 0 | 144 | 12 | 32 | 462 | 144 | 45 |
| Binary | 10111101 | 0 | 10101011 | 0 | 1100100 | 1010 | 11010 | 100110010 | 1100100 | 100101 |
Color Harmonies of #BD00AB
Complementary color
Monochromatic Colors of #BD00AB
Black with #BD00AB
Text Example
Text Example
White with #BD00AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD00AB; }
p { color: rgb(189,0,171); }
H1.HeaderClassName
{
color: #BD00AB;
}
.AnyTagClassName
{
color: #BD00AB;
}
</style>
background-color css
<style>
a { background-color: #BD00AB; }
a { background-color: rgb(189,0,171); }
div.DivClassName
{
background-color: #BD00AB;
}
.BgClassName
{
background-color: #BD00AB;
}
</style>
border-color css
<style>
span { border-color: #BD00AB; }
span { border-color: rgb(189,0,171); }
td.TdClassName
{
border-color: #BD00AB;
}
.TagClassName
{
border-color: #BD00AB;
}
</style>