Shades of Deep Magenta #BD1CBD
Tints of Deep Magenta #BD1CBD
RGB
CMYK
RGB Variations
Color information
#BD1CBD (or 0xBD1CBD) is known color: Deep Magenta. HEX triplet: BD, 1C and BD. RGB value is (189,28,189). Sum of RGB (Red+Green+Blue) = 189+28+189=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 28 (11.33% from 255 or 6.90% from 406); Blue value is 189 (74.22% from 255 or 46.55% from 406); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD1CBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD1CBD is #42E342. Grayscale: #5E5E5E. Windows color (decimal): -4383555 or 12393661. OLE color: 12393661.
HSL color Cylindrical-coordinate representation of color #BD1CBD: hue angle of 300º degrees, saturation: 0.74, 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 #BD1CBD is Cyan = 0, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 28 | 189 | - |
| CMYK | 0 | 0.85 | 0 | 0.26 |
| HSL | 300º | 0.74% | 0.43% | - |
| HSV(B) | 300º | 0.85% | 0.74% | - |
| XYZ | 30.59 | 15.32 | 49.49 | - |
| YUV | 94.49 | 181.34 | 195.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 28 | 189 | 0 | 0.85 | 0 | 0.26 | 300 | 0.74 | 0.43 |
| Hex | BD | 1C | BD | 0 | 55 | 0 | 1A | 12C | 4A | 2B |
| Octal | 275 | 34 | 275 | 0 | 125 | 0 | 32 | 454 | 112 | 53 |
| Binary | 10111101 | 11100 | 10111101 | 0 | 1010101 | 0 | 11010 | 100101100 | 1001010 | 101011 |
Color Harmonies of #BD1CBD
Complementary color
Monochromatic Colors of #BD1CBD
Black with #BD1CBD
Text Example
Text Example
White with #BD1CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1CBD; }
p { color: rgb(189,28,189); }
H1.HeaderClassName
{
color: #BD1CBD;
}
.AnyTagClassName
{
color: #BD1CBD;
}
</style>
background-color css
<style>
a { background-color: #BD1CBD; }
a { background-color: rgb(189,28,189); }
div.DivClassName
{
background-color: #BD1CBD;
}
.BgClassName
{
background-color: #BD1CBD;
}
</style>
border-color css
<style>
span { border-color: #BD1CBD; }
span { border-color: rgb(189,28,189); }
td.TdClassName
{
border-color: #BD1CBD;
}
.TagClassName
{
border-color: #BD1CBD;
}
</style>