Shades of Deep Magenta #BC0CD3
Tints of Deep Magenta #BC0CD3
RGB
CMYK
RGB Variations
Color information
#BC0CD3 (or 0xBC0CD3) is known color: Deep Magenta. HEX triplet: BC, 0C and D3. RGB value is (188,12,211). Sum of RGB (Red+Green+Blue) = 188+12+211=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 12 (5.08% from 255 or 2.92% from 411); Blue value is 211 (82.81% from 255 or 51.34% from 411); Max value from RGB is 211 - color contains mainly: blue. Hex color #BC0CD3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0CD3 is #43F32C. Grayscale: #565656. Windows color (decimal): -4453165 or 13831356. OLE color: 13831356.
HSL color Cylindrical-coordinate representation of color #BC0CD3: hue angle of 293.07º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0CD3 is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 12 | 211 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.17 |
| HSL | 293.07º | 0.89% | 0.44% | - |
| HSV(B) | 293.07º | 0.94% | 0.83% | - |
| XYZ | 32.63 | 15.66 | 62.93 | - |
| YUV | 87.31 | 197.81 | 199.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 12 | 211 | 0.11 | 0.94 | 0 | 0.17 | 293.07 | 0.89 | 0.44 |
| Hex | BC | C | D3 | B | 5E | 0 | 11 | 125 | 59 | 2C |
| Octal | 274 | 14 | 323 | 13 | 136 | 0 | 21 | 445 | 131 | 54 |
| Binary | 10111100 | 1100 | 11010011 | 1011 | 1011110 | 0 | 10001 | 100100101 | 1011001 | 101100 |
Color Harmonies of #BC0CD3
Complementary color
Monochromatic Colors of #BC0CD3
Black with #BC0CD3
Text Example
Text Example
White with #BC0CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0CD3; }
p { color: rgb(188,12,211); }
H1.HeaderClassName
{
color: #BC0CD3;
}
.AnyTagClassName
{
color: #BC0CD3;
}
</style>
background-color css
<style>
a { background-color: #BC0CD3; }
a { background-color: rgb(188,12,211); }
div.DivClassName
{
background-color: #BC0CD3;
}
.BgClassName
{
background-color: #BC0CD3;
}
</style>
border-color css
<style>
span { border-color: #BC0CD3; }
span { border-color: rgb(188,12,211); }
td.TdClassName
{
border-color: #BC0CD3;
}
.TagClassName
{
border-color: #BC0CD3;
}
</style>