Shades of Deep Magenta #BD17AB
Tints of Deep Magenta #BD17AB
RGB
CMYK
RGB Variations
Color information
#BD17AB (or 0xBD17AB) is known color: Deep Magenta. HEX triplet: BD, 17 and AB. RGB value is (189,23,171). Sum of RGB (Red+Green+Blue) = 189+23+171=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 23 (9.38% from 255 or 6.01% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 189 - color contains mainly: red. Hex color #BD17AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD17AB is #42E854. Grayscale: #595959. Windows color (decimal): -4384853 or 11212733. OLE color: 11212733.
HSL color Cylindrical-coordinate representation of color #BD17AB: hue angle of 306.51º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD17AB is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 23 | 171 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.26 |
| HSL | 306.51º | 0.78% | 0.42% | - |
| HSV(B) | 306.51º | 0.88% | 0.74% | - |
| XYZ | 28.64 | 14.37 | 39.79 | - |
| YUV | 89.51 | 174 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 23 | 171 | 0 | 0.88 | 0.10 | 0.26 | 306.51 | 0.78 | 0.42 |
| Hex | BD | 17 | AB | 0 | 58 | A | 1A | 133 | 4E | 2A |
| Octal | 275 | 27 | 253 | 0 | 130 | 12 | 32 | 463 | 116 | 52 |
| Binary | 10111101 | 10111 | 10101011 | 0 | 1011000 | 1010 | 11010 | 100110011 | 1001110 | 101010 |
Color Harmonies of #BD17AB
Complementary color
Monochromatic Colors of #BD17AB
Black with #BD17AB
Text Example
Text Example
White with #BD17AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD17AB; }
p { color: rgb(189,23,171); }
H1.HeaderClassName
{
color: #BD17AB;
}
.AnyTagClassName
{
color: #BD17AB;
}
</style>
background-color css
<style>
a { background-color: #BD17AB; }
a { background-color: rgb(189,23,171); }
div.DivClassName
{
background-color: #BD17AB;
}
.BgClassName
{
background-color: #BD17AB;
}
</style>
border-color css
<style>
span { border-color: #BD17AB; }
span { border-color: rgb(189,23,171); }
td.TdClassName
{
border-color: #BD17AB;
}
.TagClassName
{
border-color: #BD17AB;
}
</style>