Shades of Deep Magenta #BD14AC
Tints of Deep Magenta #BD14AC
RGB
CMYK
RGB Variations
Color information
#BD14AC (or 0xBD14AC) is known color: Deep Magenta. HEX triplet: BD, 14 and AC. RGB value is (189,20,172). Sum of RGB (Red+Green+Blue) = 189+20+172=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 20 (8.20% from 255 or 5.25% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BD14AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD14AC is #42EB53. Grayscale: #575757. Windows color (decimal): -4385620 or 11277501. OLE color: 11277501.
HSL color Cylindrical-coordinate representation of color #BD14AC: hue angle of 306.04º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD14AC is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 20 | 172 | - |
| CMYK | 0 | 0.89 | 0.09 | 0.26 |
| HSL | 306.04º | 0.81% | 0.41% | - |
| HSV(B) | 306.04º | 0.89% | 0.74% | - |
| XYZ | 28.68 | 14.3 | 40.28 | - |
| YUV | 87.86 | 175.49 | 200.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 20 | 172 | 0 | 0.89 | 0.09 | 0.26 | 306.04 | 0.81 | 0.41 |
| Hex | BD | 14 | AC | 0 | 59 | 9 | 1A | 132 | 51 | 29 |
| Octal | 275 | 24 | 254 | 0 | 131 | 11 | 32 | 462 | 121 | 51 |
| Binary | 10111101 | 10100 | 10101100 | 0 | 1011001 | 1001 | 11010 | 100110010 | 1010001 | 101001 |
Color Harmonies of #BD14AC
Complementary color
Monochromatic Colors of #BD14AC
Black with #BD14AC
Text Example
Text Example
White with #BD14AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD14AC; }
p { color: rgb(189,20,172); }
H1.HeaderClassName
{
color: #BD14AC;
}
.AnyTagClassName
{
color: #BD14AC;
}
</style>
background-color css
<style>
a { background-color: #BD14AC; }
a { background-color: rgb(189,20,172); }
div.DivClassName
{
background-color: #BD14AC;
}
.BgClassName
{
background-color: #BD14AC;
}
</style>
border-color css
<style>
span { border-color: #BD14AC; }
span { border-color: rgb(189,20,172); }
td.TdClassName
{
border-color: #BD14AC;
}
.TagClassName
{
border-color: #BD14AC;
}
</style>