Shades of Deep Magenta #BD1DBC
Tints of Deep Magenta #BD1DBC
RGB
CMYK
RGB Variations
Color information
#BD1DBC (or 0xBD1DBC) is known color: Deep Magenta. HEX triplet: BD, 1D and BC. RGB value is (189,29,188). Sum of RGB (Red+Green+Blue) = 189+29+188=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 29 (11.72% from 255 or 7.14% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1DBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD1DBC is #42E243. Grayscale: #5E5E5E. Windows color (decimal): -4383300 or 12328381. OLE color: 12328381.
HSL color Cylindrical-coordinate representation of color #BD1DBC: hue angle of 300.38º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD1DBC is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 29 | 188 | - |
| CMYK | 0 | 0.85 | 0.01 | 0.26 |
| HSL | 300.38º | 0.73% | 0.43% | - |
| HSV(B) | 300.38º | 0.85% | 0.74% | - |
| XYZ | 30.5 | 15.33 | 48.93 | - |
| YUV | 94.97 | 180.51 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 29 | 188 | 0 | 0.85 | 0.01 | 0.26 | 300.38 | 0.73 | 0.43 |
| Hex | BD | 1D | BC | 0 | 55 | 1 | 1A | 12C | 49 | 2B |
| Octal | 275 | 35 | 274 | 0 | 125 | 1 | 32 | 454 | 111 | 53 |
| Binary | 10111101 | 11101 | 10111100 | 0 | 1010101 | 1 | 11010 | 100101100 | 1001001 | 101011 |
Color Harmonies of #BD1DBC
Complementary color
Monochromatic Colors of #BD1DBC
Black with #BD1DBC
Text Example
Text Example
White with #BD1DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1DBC; }
p { color: rgb(189,29,188); }
H1.HeaderClassName
{
color: #BD1DBC;
}
.AnyTagClassName
{
color: #BD1DBC;
}
</style>
background-color css
<style>
a { background-color: #BD1DBC; }
a { background-color: rgb(189,29,188); }
div.DivClassName
{
background-color: #BD1DBC;
}
.BgClassName
{
background-color: #BD1DBC;
}
</style>
border-color css
<style>
span { border-color: #BD1DBC; }
span { border-color: rgb(189,29,188); }
td.TdClassName
{
border-color: #BD1DBC;
}
.TagClassName
{
border-color: #BD1DBC;
}
</style>