Shades of Medium Red Violet #BC3177
Tints of Medium Red Violet #BC3177
RGB
CMYK
RGB Variations
Color information
#BC3177 (or 0xBC3177) is known color: Medium Red Violet. HEX triplet: BC, 31 and 77. RGB value is (188,49,119). Sum of RGB (Red+Green+Blue) = 188+49+119=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 49 (19.53% from 255 or 13.76% from 356); Blue value is 119 (46.88% from 255 or 33.43% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3177 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3177 is #43CE88. Grayscale: #626262. Windows color (decimal): -4443785 or 7811516. OLE color: 7811516.
HSL color Cylindrical-coordinate representation of color #BC3177: hue angle of 329.78º 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 #BC3177 is Cyan = 0, Magento = 0.74, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 49 | 119 | - |
| CMYK | 0 | 0.74 | 0.37 | 0.26 |
| HSL | 329.78º | 0.59% | 0.46% | - |
| HSV(B) | 329.78º | 0.74% | 0.74% | - |
| XYZ | 25.17 | 14.22 | 18.87 | - |
| YUV | 98.54 | 139.55 | 191.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 49 | 119 | 0 | 0.74 | 0.37 | 0.26 | 329.78 | 0.59 | 0.46 |
| Hex | BC | 31 | 77 | 0 | 4A | 25 | 1A | 14A | 3B | 2E |
| Octal | 274 | 61 | 167 | 0 | 112 | 45 | 32 | 512 | 73 | 56 |
| Binary | 10111100 | 110001 | 1110111 | 0 | 1001010 | 100101 | 11010 | 101001010 | 111011 | 101110 |
Color Harmonies of #BC3177
Complementary color
Monochromatic Colors of #BC3177
Black with #BC3177
Text Example
Text Example
White with #BC3177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3177; }
p { color: rgb(188,49,119); }
H1.HeaderClassName
{
color: #BC3177;
}
.AnyTagClassName
{
color: #BC3177;
}
</style>
background-color css
<style>
a { background-color: #BC3177; }
a { background-color: rgb(188,49,119); }
div.DivClassName
{
background-color: #BC3177;
}
.BgClassName
{
background-color: #BC3177;
}
</style>
border-color css
<style>
span { border-color: #BC3177; }
span { border-color: rgb(188,49,119); }
td.TdClassName
{
border-color: #BC3177;
}
.TagClassName
{
border-color: #BC3177;
}
</style>