Shades of Deep Magenta #BD13AC
Tints of Deep Magenta #BD13AC
RGB
CMYK
RGB Variations
Color information
#BD13AC (or 0xBD13AC) is known color: Deep Magenta. HEX triplet: BD, 13 and AC. RGB value is (189,19,172). Sum of RGB (Red+Green+Blue) = 189+19+172=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 19 (7.81% from 255 or 5% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 189 - color contains mainly: red. Hex color #BD13AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD13AC is #42EC53. Grayscale: #565656. Windows color (decimal): -4385876 or 11277245. OLE color: 11277245.
HSL color Cylindrical-coordinate representation of color #BD13AC: hue angle of 306º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD13AC is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 19 | 172 | - |
| CMYK | 0 | 0.90 | 0.09 | 0.26 |
| HSL | 306º | 0.82% | 0.41% | - |
| HSV(B) | 306º | 0.9% | 0.74% | - |
| XYZ | 28.67 | 14.26 | 40.27 | - |
| YUV | 87.27 | 175.82 | 200.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 19 | 172 | 0 | 0.90 | 0.09 | 0.26 | 306 | 0.82 | 0.41 |
| Hex | BD | 13 | AC | 0 | 5A | 9 | 1A | 132 | 52 | 29 |
| Octal | 275 | 23 | 254 | 0 | 132 | 11 | 32 | 462 | 122 | 51 |
| Binary | 10111101 | 10011 | 10101100 | 0 | 1011010 | 1001 | 11010 | 100110010 | 1010010 | 101001 |
Color Harmonies of #BD13AC
Complementary color
Monochromatic Colors of #BD13AC
Black with #BD13AC
Text Example
Text Example
White with #BD13AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD13AC; }
p { color: rgb(189,19,172); }
H1.HeaderClassName
{
color: #BD13AC;
}
.AnyTagClassName
{
color: #BD13AC;
}
</style>
background-color css
<style>
a { background-color: #BD13AC; }
a { background-color: rgb(189,19,172); }
div.DivClassName
{
background-color: #BD13AC;
}
.BgClassName
{
background-color: #BD13AC;
}
</style>
border-color css
<style>
span { border-color: #BD13AC; }
span { border-color: rgb(189,19,172); }
td.TdClassName
{
border-color: #BD13AC;
}
.TagClassName
{
border-color: #BD13AC;
}
</style>