Shades of Deep Magenta #BD10AB
Tints of Deep Magenta #BD10AB
RGB
CMYK
RGB Variations
Color information
#BD10AB (or 0xBD10AB) is known color: Deep Magenta. HEX triplet: BD, 10 and AB. RGB value is (189,16,171). Sum of RGB (Red+Green+Blue) = 189+16+171=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 16 (6.64% from 255 or 4.26% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BD10AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD10AB is #42EF54. Grayscale: #545454. Windows color (decimal): -4386645 or 11210941. OLE color: 11210941.
HSL color Cylindrical-coordinate representation of color #BD10AB: hue angle of 306.24º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD10AB is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 16 | 171 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.26 |
| HSL | 306.24º | 0.84% | 0.4% | - |
| HSV(B) | 306.24º | 0.92% | 0.74% | - |
| XYZ | 28.52 | 14.13 | 39.75 | - |
| YUV | 85.4 | 176.31 | 201.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 16 | 171 | 0 | 0.92 | 0.10 | 0.26 | 306.24 | 0.84 | 0.4 |
| Hex | BD | 10 | AB | 0 | 5C | A | 1A | 132 | 54 | 28 |
| Octal | 275 | 20 | 253 | 0 | 134 | 12 | 32 | 462 | 124 | 50 |
| Binary | 10111101 | 10000 | 10101011 | 0 | 1011100 | 1010 | 11010 | 100110010 | 1010100 | 101000 |
Color Harmonies of #BD10AB
Complementary color
Monochromatic Colors of #BD10AB
Black with #BD10AB
Text Example
Text Example
White with #BD10AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD10AB; }
p { color: rgb(189,16,171); }
H1.HeaderClassName
{
color: #BD10AB;
}
.AnyTagClassName
{
color: #BD10AB;
}
</style>
background-color css
<style>
a { background-color: #BD10AB; }
a { background-color: rgb(189,16,171); }
div.DivClassName
{
background-color: #BD10AB;
}
.BgClassName
{
background-color: #BD10AB;
}
</style>
border-color css
<style>
span { border-color: #BD10AB; }
span { border-color: rgb(189,16,171); }
td.TdClassName
{
border-color: #BD10AB;
}
.TagClassName
{
border-color: #BD10AB;
}
</style>