Shades of Deep Magenta #BC1DD0
Tints of Deep Magenta #BC1DD0
RGB
CMYK
RGB Variations
Color information
#BC1DD0 (or 0xBC1DD0) is known color: Deep Magenta. HEX triplet: BC, 1D and D0. RGB value is (188,29,208). Sum of RGB (Red+Green+Blue) = 188+29+208=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 29 (11.72% from 255 or 6.82% from 425); Blue value is 208 (81.64% from 255 or 48.94% from 425); Max value from RGB is 208 - color contains mainly: blue. Hex color #BC1DD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1DD0 is #43E22F. Grayscale: #606060. Windows color (decimal): -4448816 or 13639100. OLE color: 13639100.
HSL color Cylindrical-coordinate representation of color #BC1DD0: hue angle of 293.3º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC1DD0 is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 29 | 208 | - |
| CMYK | 0.10 | 0.86 | 0 | 0.18 |
| HSL | 293.3º | 0.76% | 0.46% | - |
| HSV(B) | 293.3º | 0.86% | 0.82% | - |
| XYZ | 32.56 | 16.12 | 61.07 | - |
| YUV | 96.95 | 190.68 | 192.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 29 | 208 | 0.10 | 0.86 | 0 | 0.18 | 293.3 | 0.76 | 0.46 |
| Hex | BC | 1D | D0 | A | 56 | 0 | 12 | 125 | 4C | 2E |
| Octal | 274 | 35 | 320 | 12 | 126 | 0 | 22 | 445 | 114 | 56 |
| Binary | 10111100 | 11101 | 11010000 | 1010 | 1010110 | 0 | 10010 | 100100101 | 1001100 | 101110 |
Color Harmonies of #BC1DD0
Complementary color
Monochromatic Colors of #BC1DD0
Black with #BC1DD0
Text Example
Text Example
White with #BC1DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1DD0; }
p { color: rgb(188,29,208); }
H1.HeaderClassName
{
color: #BC1DD0;
}
.AnyTagClassName
{
color: #BC1DD0;
}
</style>
background-color css
<style>
a { background-color: #BC1DD0; }
a { background-color: rgb(188,29,208); }
div.DivClassName
{
background-color: #BC1DD0;
}
.BgClassName
{
background-color: #BC1DD0;
}
</style>
border-color css
<style>
span { border-color: #BC1DD0; }
span { border-color: rgb(188,29,208); }
td.TdClassName
{
border-color: #BC1DD0;
}
.TagClassName
{
border-color: #BC1DD0;
}
</style>