Shades of Deep Magenta #BD18AB
Tints of Deep Magenta #BD18AB
RGB
CMYK
RGB Variations
Color information
#BD18AB (or 0xBD18AB) is known color: Deep Magenta. HEX triplet: BD, 18 and AB. RGB value is (189,24,171). Sum of RGB (Red+Green+Blue) = 189+24+171=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 24 (9.77% from 255 or 6.25% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 189 - color contains mainly: red. Hex color #BD18AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD18AB is #42E754. Grayscale: #595959. Windows color (decimal): -4384597 or 11212989. OLE color: 11212989.
HSL color Cylindrical-coordinate representation of color #BD18AB: hue angle of 306.55º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD18AB is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 24 | 171 | - |
| CMYK | 0 | 0.87 | 0.10 | 0.26 |
| HSL | 306.55º | 0.77% | 0.42% | - |
| HSV(B) | 306.55º | 0.87% | 0.74% | - |
| XYZ | 28.66 | 14.41 | 39.8 | - |
| YUV | 90.09 | 173.66 | 198.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 24 | 171 | 0 | 0.87 | 0.10 | 0.26 | 306.55 | 0.77 | 0.42 |
| Hex | BD | 18 | AB | 0 | 57 | A | 1A | 133 | 4D | 2A |
| Octal | 275 | 30 | 253 | 0 | 127 | 12 | 32 | 463 | 115 | 52 |
| Binary | 10111101 | 11000 | 10101011 | 0 | 1010111 | 1010 | 11010 | 100110011 | 1001101 | 101010 |
Color Harmonies of #BD18AB
Complementary color
Monochromatic Colors of #BD18AB
Black with #BD18AB
Text Example
Text Example
White with #BD18AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD18AB; }
p { color: rgb(189,24,171); }
H1.HeaderClassName
{
color: #BD18AB;
}
.AnyTagClassName
{
color: #BD18AB;
}
</style>
background-color css
<style>
a { background-color: #BD18AB; }
a { background-color: rgb(189,24,171); }
div.DivClassName
{
background-color: #BD18AB;
}
.BgClassName
{
background-color: #BD18AB;
}
</style>
border-color css
<style>
span { border-color: #BD18AB; }
span { border-color: rgb(189,24,171); }
td.TdClassName
{
border-color: #BD18AB;
}
.TagClassName
{
border-color: #BD18AB;
}
</style>