Shades of Medium Violet Red #BC176D
Tints of Medium Violet Red #BC176D
RGB
CMYK
RGB Variations
Color information
#BC176D (or 0xBC176D) is known color: Medium Violet Red. HEX triplet: BC, 17 and 6D. RGB value is (188,23,109). Sum of RGB (Red+Green+Blue) = 188+23+109=320 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.75% from 320); Green value is 23 (9.38% from 255 or 7.19% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 188 - color contains mainly: red. Hex color #BC176D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC176D is #43E892. Grayscale: #515151. Windows color (decimal): -4450451 or 7149500. OLE color: 7149500.
HSL color Cylindrical-coordinate representation of color #BC176D: hue angle of 328.73º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC176D is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 23 | 109 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.26 |
| HSL | 328.73º | 0.78% | 0.41% | - |
| HSV(B) | 328.73º | 0.88% | 0.74% | - |
| XYZ | 23.81 | 12.41 | 15.61 | - |
| YUV | 82.14 | 143.16 | 203.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 23 | 109 | 0 | 0.88 | 0.42 | 0.26 | 328.73 | 0.78 | 0.41 |
| Hex | BC | 17 | 6D | 0 | 58 | 2A | 1A | 149 | 4E | 29 |
| Octal | 274 | 27 | 155 | 0 | 130 | 52 | 32 | 511 | 116 | 51 |
| Binary | 10111100 | 10111 | 1101101 | 0 | 1011000 | 101010 | 11010 | 101001001 | 1001110 | 101001 |
Color Harmonies of #BC176D
Complementary color
Monochromatic Colors of #BC176D
Black with #BC176D
Text Example
Text Example
White with #BC176D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC176D; }
p { color: rgb(188,23,109); }
H1.HeaderClassName
{
color: #BC176D;
}
.AnyTagClassName
{
color: #BC176D;
}
</style>
background-color css
<style>
a { background-color: #BC176D; }
a { background-color: rgb(188,23,109); }
div.DivClassName
{
background-color: #BC176D;
}
.BgClassName
{
background-color: #BC176D;
}
</style>
border-color css
<style>
span { border-color: #BC176D; }
span { border-color: rgb(188,23,109); }
td.TdClassName
{
border-color: #BC176D;
}
.TagClassName
{
border-color: #BC176D;
}
</style>