Shades of Deep Magenta #BD1DBD
Tints of Deep Magenta #BD1DBD
RGB
CMYK
RGB Variations
Color information
#BD1DBD (or 0xBD1DBD) is known color: Deep Magenta. HEX triplet: BD, 1D and BD. RGB value is (189,29,189). Sum of RGB (Red+Green+Blue) = 189+29+189=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 29 (11.72% from 255 or 7.13% from 407); Blue value is 189 (74.22% from 255 or 46.44% from 407); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD1DBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD1DBD is #42E242. Grayscale: #5E5E5E. Windows color (decimal): -4383299 or 12393917. OLE color: 12393917.
HSL color Cylindrical-coordinate representation of color #BD1DBD: hue angle of 300º 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 #BD1DBD is Cyan = 0, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 29 | 189 | - |
| CMYK | 0 | 0.85 | 0 | 0.26 |
| HSL | 300º | 0.73% | 0.43% | - |
| HSV(B) | 300º | 0.85% | 0.74% | - |
| XYZ | 30.61 | 15.37 | 49.5 | - |
| YUV | 95.08 | 181.01 | 194.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 29 | 189 | 0 | 0.85 | 0 | 0.26 | 300 | 0.73 | 0.43 |
| Hex | BD | 1D | BD | 0 | 55 | 0 | 1A | 12C | 49 | 2B |
| Octal | 275 | 35 | 275 | 0 | 125 | 0 | 32 | 454 | 111 | 53 |
| Binary | 10111101 | 11101 | 10111101 | 0 | 1010101 | 0 | 11010 | 100101100 | 1001001 | 101011 |
Color Harmonies of #BD1DBD
Complementary color
Monochromatic Colors of #BD1DBD
Black with #BD1DBD
Text Example
Text Example
White with #BD1DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1DBD; }
p { color: rgb(189,29,189); }
H1.HeaderClassName
{
color: #BD1DBD;
}
.AnyTagClassName
{
color: #BD1DBD;
}
</style>
background-color css
<style>
a { background-color: #BD1DBD; }
a { background-color: rgb(189,29,189); }
div.DivClassName
{
background-color: #BD1DBD;
}
.BgClassName
{
background-color: #BD1DBD;
}
</style>
border-color css
<style>
span { border-color: #BD1DBD; }
span { border-color: rgb(189,29,189); }
td.TdClassName
{
border-color: #BD1DBD;
}
.TagClassName
{
border-color: #BD1DBD;
}
</style>