Shades of Medium Red Violet #BC3176
Tints of Medium Red Violet #BC3176
RGB
CMYK
RGB Variations
Color information
#BC3176 (or 0xBC3176) is known color: Medium Red Violet. HEX triplet: BC, 31 and 76. RGB value is (188,49,118). Sum of RGB (Red+Green+Blue) = 188+49+118=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 49 (19.53% from 255 or 13.80% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3176 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3176 is #43CE89. Grayscale: #626262. Windows color (decimal): -4443786 or 7745980. OLE color: 7745980.
HSL color Cylindrical-coordinate representation of color #BC3176: hue angle of 330.22º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC3176 is Cyan = 0, Magento = 0.74, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 49 | 118 | - |
| CMYK | 0 | 0.74 | 0.37 | 0.26 |
| HSL | 330.22º | 0.59% | 0.46% | - |
| HSV(B) | 330.22º | 0.74% | 0.74% | - |
| XYZ | 25.11 | 14.2 | 18.56 | - |
| YUV | 98.43 | 139.05 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 49 | 118 | 0 | 0.74 | 0.37 | 0.26 | 330.22 | 0.59 | 0.46 |
| Hex | BC | 31 | 76 | 0 | 4A | 25 | 1A | 14A | 3B | 2E |
| Octal | 274 | 61 | 166 | 0 | 112 | 45 | 32 | 512 | 73 | 56 |
| Binary | 10111100 | 110001 | 1110110 | 0 | 1001010 | 100101 | 11010 | 101001010 | 111011 | 101110 |
Color Harmonies of #BC3176
Complementary color
Monochromatic Colors of #BC3176
Black with #BC3176
Text Example
Text Example
White with #BC3176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3176; }
p { color: rgb(188,49,118); }
H1.HeaderClassName
{
color: #BC3176;
}
.AnyTagClassName
{
color: #BC3176;
}
</style>
background-color css
<style>
a { background-color: #BC3176; }
a { background-color: rgb(188,49,118); }
div.DivClassName
{
background-color: #BC3176;
}
.BgClassName
{
background-color: #BC3176;
}
</style>
border-color css
<style>
span { border-color: #BC3176; }
span { border-color: rgb(188,49,118); }
td.TdClassName
{
border-color: #BC3176;
}
.TagClassName
{
border-color: #BC3176;
}
</style>