Shades of Deep Magenta #BC1DB9
Tints of Deep Magenta #BC1DB9
RGB
CMYK
RGB Variations
Color information
#BC1DB9 (or 0xBC1DB9) is known color: Deep Magenta. HEX triplet: BC, 1D and B9. RGB value is (188,29,185). Sum of RGB (Red+Green+Blue) = 188+29+185=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 29 (11.72% from 255 or 7.21% from 402); Blue value is 185 (72.66% from 255 or 46.02% from 402); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1DB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1DB9 is #43E246. Grayscale: #5D5D5D. Windows color (decimal): -4448839 or 12131772. OLE color: 12131772.
HSL color Cylindrical-coordinate representation of color #BC1DB9: hue angle of 301.13º 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 #BC1DB9 is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 29 | 185 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.26 |
| HSL | 301.13º | 0.73% | 0.43% | - |
| HSV(B) | 301.13º | 0.85% | 0.74% | - |
| XYZ | 29.94 | 15.07 | 47.23 | - |
| YUV | 94.33 | 179.18 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 29 | 185 | 0 | 0.85 | 0.02 | 0.26 | 301.13 | 0.73 | 0.43 |
| Hex | BC | 1D | B9 | 0 | 55 | 2 | 1A | 12D | 49 | 2B |
| Octal | 274 | 35 | 271 | 0 | 125 | 2 | 32 | 455 | 111 | 53 |
| Binary | 10111100 | 11101 | 10111001 | 0 | 1010101 | 10 | 11010 | 100101101 | 1001001 | 101011 |
Color Harmonies of #BC1DB9
Complementary color
Monochromatic Colors of #BC1DB9
Black with #BC1DB9
Text Example
Text Example
White with #BC1DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1DB9; }
p { color: rgb(188,29,185); }
H1.HeaderClassName
{
color: #BC1DB9;
}
.AnyTagClassName
{
color: #BC1DB9;
}
</style>
background-color css
<style>
a { background-color: #BC1DB9; }
a { background-color: rgb(188,29,185); }
div.DivClassName
{
background-color: #BC1DB9;
}
.BgClassName
{
background-color: #BC1DB9;
}
</style>
border-color css
<style>
span { border-color: #BC1DB9; }
span { border-color: rgb(188,29,185); }
td.TdClassName
{
border-color: #BC1DB9;
}
.TagClassName
{
border-color: #BC1DB9;
}
</style>