Shades of Deep Magenta #BD11AC
Tints of Deep Magenta #BD11AC
RGB
CMYK
RGB Variations
Color information
#BD11AC (or 0xBD11AC) is known color: Deep Magenta. HEX triplet: BD, 11 and AC. RGB value is (189,17,172). Sum of RGB (Red+Green+Blue) = 189+17+172=378 (50% of max value = 765). Red value is 189 (74.22% from 255 or 50% from 378); Green value is 17 (7.03% from 255 or 4.50% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 189 - color contains mainly: red. Hex color #BD11AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD11AC is #42EE53. Grayscale: #555555. Windows color (decimal): -4386388 or 11276733. OLE color: 11276733.
HSL color Cylindrical-coordinate representation of color #BD11AC: hue angle of 305.93º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BD11AC is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 17 | 172 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.26 |
| HSL | 305.93º | 0.83% | 0.4% | - |
| HSV(B) | 305.93º | 0.91% | 0.74% | - |
| XYZ | 28.63 | 14.2 | 40.26 | - |
| YUV | 86.1 | 176.48 | 201.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 17 | 172 | 0 | 0.91 | 0.09 | 0.26 | 305.93 | 0.83 | 0.4 |
| Hex | BD | 11 | AC | 0 | 5B | 9 | 1A | 132 | 53 | 28 |
| Octal | 275 | 21 | 254 | 0 | 133 | 11 | 32 | 462 | 123 | 50 |
| Binary | 10111101 | 10001 | 10101100 | 0 | 1011011 | 1001 | 11010 | 100110010 | 1010011 | 101000 |
Color Harmonies of #BD11AC
Complementary color
Monochromatic Colors of #BD11AC
Black with #BD11AC
Text Example
Text Example
White with #BD11AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD11AC; }
p { color: rgb(189,17,172); }
H1.HeaderClassName
{
color: #BD11AC;
}
.AnyTagClassName
{
color: #BD11AC;
}
</style>
background-color css
<style>
a { background-color: #BD11AC; }
a { background-color: rgb(189,17,172); }
div.DivClassName
{
background-color: #BD11AC;
}
.BgClassName
{
background-color: #BD11AC;
}
</style>
border-color css
<style>
span { border-color: #BD11AC; }
span { border-color: rgb(189,17,172); }
td.TdClassName
{
border-color: #BD11AC;
}
.TagClassName
{
border-color: #BD11AC;
}
</style>