Shades of Deep Magenta #BC1DD2
Tints of Deep Magenta #BC1DD2
RGB
CMYK
RGB Variations
Color information
#BC1DD2 (or 0xBC1DD2) is known color: Deep Magenta. HEX triplet: BC, 1D and D2. RGB value is (188,29,210). Sum of RGB (Red+Green+Blue) = 188+29+210=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 29 (11.72% from 255 or 6.79% from 427); Blue value is 210 (82.42% from 255 or 49.18% from 427); Max value from RGB is 210 - color contains mainly: blue. Hex color #BC1DD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1DD2 is #43E22D. Grayscale: #606060. Windows color (decimal): -4448814 or 13770172. OLE color: 13770172.
HSL color Cylindrical-coordinate representation of color #BC1DD2: hue angle of 292.71º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC1DD2 is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 29 | 210 | - |
| CMYK | 0.10 | 0.86 | 0 | 0.18 |
| HSL | 292.71º | 0.76% | 0.47% | - |
| HSV(B) | 292.71º | 0.86% | 0.82% | - |
| XYZ | 32.81 | 16.22 | 62.37 | - |
| YUV | 97.18 | 191.68 | 192.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 29 | 210 | 0.10 | 0.86 | 0 | 0.18 | 292.71 | 0.76 | 0.47 |
| Hex | BC | 1D | D2 | A | 56 | 0 | 12 | 125 | 4C | 2F |
| Octal | 274 | 35 | 322 | 12 | 126 | 0 | 22 | 445 | 114 | 57 |
| Binary | 10111100 | 11101 | 11010010 | 1010 | 1010110 | 0 | 10010 | 100100101 | 1001100 | 101111 |
Color Harmonies of #BC1DD2
Complementary color
Monochromatic Colors of #BC1DD2
Black with #BC1DD2
Text Example
Text Example
White with #BC1DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1DD2; }
p { color: rgb(188,29,210); }
H1.HeaderClassName
{
color: #BC1DD2;
}
.AnyTagClassName
{
color: #BC1DD2;
}
</style>
background-color css
<style>
a { background-color: #BC1DD2; }
a { background-color: rgb(188,29,210); }
div.DivClassName
{
background-color: #BC1DD2;
}
.BgClassName
{
background-color: #BC1DD2;
}
</style>
border-color css
<style>
span { border-color: #BC1DD2; }
span { border-color: rgb(188,29,210); }
td.TdClassName
{
border-color: #BC1DD2;
}
.TagClassName
{
border-color: #BC1DD2;
}
</style>