Shades of Deep Magenta #BD18AD
Tints of Deep Magenta #BD18AD
RGB
CMYK
RGB Variations
Color information
#BD18AD (or 0xBD18AD) is known color: Deep Magenta. HEX triplet: BD, 18 and AD. RGB value is (189,24,173). Sum of RGB (Red+Green+Blue) = 189+24+173=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 24 (9.77% from 255 or 6.22% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BD18AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD18AD is #42E752. Grayscale: #595959. Windows color (decimal): -4384595 or 11344061. OLE color: 11344061.
HSL color Cylindrical-coordinate representation of color #BD18AD: hue angle of 305.82º 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 #BD18AD is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 24 | 173 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.26 |
| HSL | 305.82º | 0.77% | 0.42% | - |
| HSV(B) | 305.82º | 0.87% | 0.74% | - |
| XYZ | 28.86 | 14.49 | 40.81 | - |
| YUV | 90.32 | 174.66 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 24 | 173 | 0 | 0.87 | 0.08 | 0.26 | 305.82 | 0.77 | 0.42 |
| Hex | BD | 18 | AD | 0 | 57 | 8 | 1A | 132 | 4D | 2A |
| Octal | 275 | 30 | 255 | 0 | 127 | 10 | 32 | 462 | 115 | 52 |
| Binary | 10111101 | 11000 | 10101101 | 0 | 1010111 | 1000 | 11010 | 100110010 | 1001101 | 101010 |
Color Harmonies of #BD18AD
Complementary color
Monochromatic Colors of #BD18AD
Black with #BD18AD
Text Example
Text Example
White with #BD18AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD18AD; }
p { color: rgb(189,24,173); }
H1.HeaderClassName
{
color: #BD18AD;
}
.AnyTagClassName
{
color: #BD18AD;
}
</style>
background-color css
<style>
a { background-color: #BD18AD; }
a { background-color: rgb(189,24,173); }
div.DivClassName
{
background-color: #BD18AD;
}
.BgClassName
{
background-color: #BD18AD;
}
</style>
border-color css
<style>
span { border-color: #BD18AD; }
span { border-color: rgb(189,24,173); }
td.TdClassName
{
border-color: #BD18AD;
}
.TagClassName
{
border-color: #BD18AD;
}
</style>