Shades of Deep Magenta #BC0DCC
Tints of Deep Magenta #BC0DCC
RGB
CMYK
RGB Variations
Color information
#BC0DCC (or 0xBC0DCC) is known color: Deep Magenta. HEX triplet: BC, 0D and CC. RGB value is (188,13,204). Sum of RGB (Red+Green+Blue) = 188+13+204=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 13 (5.47% from 255 or 3.21% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC0DCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0DCC is #43F233. Grayscale: #565656. Windows color (decimal): -4452916 or 13372860. OLE color: 13372860.
HSL color Cylindrical-coordinate representation of color #BC0DCC: hue angle of 294.97º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0DCC is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 13 | 204 | - |
| CMYK | 0.08 | 0.94 | 0 | 0.2 |
| HSL | 294.97º | 0.88% | 0.43% | - |
| HSV(B) | 294.97º | 0.94% | 0.8% | - |
| XYZ | 31.78 | 15.34 | 58.41 | - |
| YUV | 87.1 | 193.98 | 199.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 13 | 204 | 0.08 | 0.94 | 0 | 0.2 | 294.97 | 0.88 | 0.43 |
| Hex | BC | D | CC | 8 | 5E | 0 | 14 | 127 | 58 | 2B |
| Octal | 274 | 15 | 314 | 10 | 136 | 0 | 24 | 447 | 130 | 53 |
| Binary | 10111100 | 1101 | 11001100 | 1000 | 1011110 | 0 | 10100 | 100100111 | 1011000 | 101011 |
Color Harmonies of #BC0DCC
Complementary color
Monochromatic Colors of #BC0DCC
Black with #BC0DCC
Text Example
Text Example
White with #BC0DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0DCC; }
p { color: rgb(188,13,204); }
H1.HeaderClassName
{
color: #BC0DCC;
}
.AnyTagClassName
{
color: #BC0DCC;
}
</style>
background-color css
<style>
a { background-color: #BC0DCC; }
a { background-color: rgb(188,13,204); }
div.DivClassName
{
background-color: #BC0DCC;
}
.BgClassName
{
background-color: #BC0DCC;
}
</style>
border-color css
<style>
span { border-color: #BC0DCC; }
span { border-color: rgb(188,13,204); }
td.TdClassName
{
border-color: #BC0DCC;
}
.TagClassName
{
border-color: #BC0DCC;
}
</style>