Shades of Medium Violet Red #BC2076
Tints of Medium Violet Red #BC2076
RGB
CMYK
RGB Variations
Color information
#BC2076 (or 0xBC2076) is known color: Medium Violet Red. HEX triplet: BC, 20 and 76. RGB value is (188,32,118). Sum of RGB (Red+Green+Blue) = 188+32+118=338 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.62% from 338); Green value is 32 (12.89% from 255 or 9.47% from 338); Blue value is 118 (46.48% from 255 or 34.91% from 338); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2076 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2076 is #43DF89. Grayscale: #585858. Windows color (decimal): -4448138 or 7741628. OLE color: 7741628.
HSL color Cylindrical-coordinate representation of color #BC2076: hue angle of 326.92º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC2076 is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 32 | 118 | - |
| CMYK | 0 | 0.83 | 0.37 | 0.26 |
| HSL | 326.92º | 0.71% | 0.43% | - |
| HSV(B) | 326.92º | 0.83% | 0.74% | - |
| XYZ | 24.53 | 13.03 | 18.36 | - |
| YUV | 88.45 | 144.68 | 199.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 118 | 0 | 0.83 | 0.37 | 0.26 | 326.92 | 0.71 | 0.43 |
| Hex | BC | 20 | 76 | 0 | 53 | 25 | 1A | 147 | 47 | 2B |
| Octal | 274 | 40 | 166 | 0 | 123 | 45 | 32 | 507 | 107 | 53 |
| Binary | 10111100 | 100000 | 1110110 | 0 | 1010011 | 100101 | 11010 | 101000111 | 1000111 | 101011 |
Color Harmonies of #BC2076
Complementary color
Monochromatic Colors of #BC2076
Black with #BC2076
Text Example
Text Example
White with #BC2076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2076; }
p { color: rgb(188,32,118); }
H1.HeaderClassName
{
color: #BC2076;
}
.AnyTagClassName
{
color: #BC2076;
}
</style>
background-color css
<style>
a { background-color: #BC2076; }
a { background-color: rgb(188,32,118); }
div.DivClassName
{
background-color: #BC2076;
}
.BgClassName
{
background-color: #BC2076;
}
</style>
border-color css
<style>
span { border-color: #BC2076; }
span { border-color: rgb(188,32,118); }
td.TdClassName
{
border-color: #BC2076;
}
.TagClassName
{
border-color: #BC2076;
}
</style>