Shades of Deep Magenta #BD1CDC
Tints of Deep Magenta #BD1CDC
RGB
CMYK
RGB Variations
Color information
#BD1CDC (or 0xBD1CDC) is known color: Deep Magenta. HEX triplet: BD, 1C and DC. RGB value is (189,28,220). Sum of RGB (Red+Green+Blue) = 189+28+220=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 28 (11.33% from 255 or 6.41% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD1CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD1CDC is #42E323. Grayscale: #616161. Windows color (decimal): -4383524 or 14425277. OLE color: 14425277.
HSL color Cylindrical-coordinate representation of color #BD1CDC: hue angle of 290.31º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD1CDC is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 28 | 220 | - |
| CMYK | 0.14 | 0.87 | 0 | 0.14 |
| HSL | 290.31º | 0.77% | 0.49% | - |
| HSV(B) | 290.31º | 0.87% | 0.86% | - |
| XYZ | 34.32 | 16.82 | 69.15 | - |
| YUV | 98.03 | 196.84 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 28 | 220 | 0.14 | 0.87 | 0 | 0.14 | 290.31 | 0.77 | 0.49 |
| Hex | BD | 1C | DC | E | 57 | 0 | E | 122 | 4D | 31 |
| Octal | 275 | 34 | 334 | 16 | 127 | 0 | 16 | 442 | 115 | 61 |
| Binary | 10111101 | 11100 | 11011100 | 1110 | 1010111 | 0 | 1110 | 100100010 | 1001101 | 110001 |
Color Harmonies of #BD1CDC
Complementary color
Monochromatic Colors of #BD1CDC
Black with #BD1CDC
Text Example
Text Example
White with #BD1CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1CDC; }
p { color: rgb(189,28,220); }
H1.HeaderClassName
{
color: #BD1CDC;
}
.AnyTagClassName
{
color: #BD1CDC;
}
</style>
background-color css
<style>
a { background-color: #BD1CDC; }
a { background-color: rgb(189,28,220); }
div.DivClassName
{
background-color: #BD1CDC;
}
.BgClassName
{
background-color: #BD1CDC;
}
</style>
border-color css
<style>
span { border-color: #BD1CDC; }
span { border-color: rgb(189,28,220); }
td.TdClassName
{
border-color: #BD1CDC;
}
.TagClassName
{
border-color: #BD1CDC;
}
</style>