Shades of Deep Magenta #BD04AC
Tints of Deep Magenta #BD04AC
RGB
CMYK
RGB Variations
Color information
#BD04AC (or 0xBD04AC) is known color: Deep Magenta. HEX triplet: BD, 04 and AC. RGB value is (189,4,172). Sum of RGB (Red+Green+Blue) = 189+4+172=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 4 (1.95% from 255 or 1.10% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD04AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD04AC is #42FB53. Grayscale: #4D4D4D. Windows color (decimal): -4389716 or 11273405. OLE color: 11273405.
HSL color Cylindrical-coordinate representation of color #BD04AC: hue angle of 305.51º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD04AC is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 4 | 172 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.26 |
| HSL | 305.51º | 0.96% | 0.38% | - |
| HSV(B) | 305.51º | 0.98% | 0.74% | - |
| XYZ | 28.48 | 13.88 | 40.21 | - |
| YUV | 78.47 | 180.79 | 206.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 4 | 172 | 0 | 0.98 | 0.09 | 0.26 | 305.51 | 0.96 | 0.38 |
| Hex | BD | 4 | AC | 0 | 62 | 9 | 1A | 132 | 60 | 26 |
| Octal | 275 | 4 | 254 | 0 | 142 | 11 | 32 | 462 | 140 | 46 |
| Binary | 10111101 | 100 | 10101100 | 0 | 1100010 | 1001 | 11010 | 100110010 | 1100000 | 100110 |
Color Harmonies of #BD04AC
Complementary color
Monochromatic Colors of #BD04AC
Black with #BD04AC
Text Example
Text Example
White with #BD04AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD04AC; }
p { color: rgb(189,4,172); }
H1.HeaderClassName
{
color: #BD04AC;
}
.AnyTagClassName
{
color: #BD04AC;
}
</style>
background-color css
<style>
a { background-color: #BD04AC; }
a { background-color: rgb(189,4,172); }
div.DivClassName
{
background-color: #BD04AC;
}
.BgClassName
{
background-color: #BD04AC;
}
</style>
border-color css
<style>
span { border-color: #BD04AC; }
span { border-color: rgb(189,4,172); }
td.TdClassName
{
border-color: #BD04AC;
}
.TagClassName
{
border-color: #BD04AC;
}
</style>