Shades of Medium Violet Red #BC0DA0
Tints of Medium Violet Red #BC0DA0
RGB
CMYK
RGB Variations
Color information
#BC0DA0 (or 0xBC0DA0) is known color: Medium Violet Red. HEX triplet: BC, 0D and A0. RGB value is (188,13,160). Sum of RGB (Red+Green+Blue) = 188+13+160=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 13 (5.47% from 255 or 3.60% from 361); Blue value is 160 (62.89% from 255 or 44.32% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0DA0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0DA0 is #43F25F. Grayscale: #515151. Windows color (decimal): -4452960 or 10489276. OLE color: 10489276.
HSL color Cylindrical-coordinate representation of color #BC0DA0: hue angle of 309.6º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC0DA0 is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 13 | 160 | - |
| CMYK | 0 | 0.93 | 0.15 | 0.26 |
| HSL | 309.6º | 0.87% | 0.39% | - |
| HSV(B) | 309.6º | 0.93% | 0.74% | - |
| XYZ | 27.23 | 13.52 | 34.43 | - |
| YUV | 82.08 | 171.98 | 203.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 13 | 160 | 0 | 0.93 | 0.15 | 0.26 | 309.6 | 0.87 | 0.39 |
| Hex | BC | D | A0 | 0 | 5D | F | 1A | 136 | 57 | 27 |
| Octal | 274 | 15 | 240 | 0 | 135 | 17 | 32 | 466 | 127 | 47 |
| Binary | 10111100 | 1101 | 10100000 | 0 | 1011101 | 1111 | 11010 | 100110110 | 1010111 | 100111 |
Color Harmonies of #BC0DA0
Complementary color
Monochromatic Colors of #BC0DA0
Black with #BC0DA0
Text Example
Text Example
White with #BC0DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0DA0; }
p { color: rgb(188,13,160); }
H1.HeaderClassName
{
color: #BC0DA0;
}
.AnyTagClassName
{
color: #BC0DA0;
}
</style>
background-color css
<style>
a { background-color: #BC0DA0; }
a { background-color: rgb(188,13,160); }
div.DivClassName
{
background-color: #BC0DA0;
}
.BgClassName
{
background-color: #BC0DA0;
}
</style>
border-color css
<style>
span { border-color: #BC0DA0; }
span { border-color: rgb(188,13,160); }
td.TdClassName
{
border-color: #BC0DA0;
}
.TagClassName
{
border-color: #BC0DA0;
}
</style>