Shades of Medium Violet Red #BC177C
Tints of Medium Violet Red #BC177C
RGB
CMYK
RGB Variations
Color information
#BC177C (or 0xBC177C) is known color: Medium Violet Red. HEX triplet: BC, 17 and 7C. RGB value is (188,23,124). Sum of RGB (Red+Green+Blue) = 188+23+124=335 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.12% from 335); Green value is 23 (9.38% from 255 or 6.87% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 188 - color contains mainly: red. Hex color #BC177C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC177C is #43E883. Grayscale: #535353. Windows color (decimal): -4450436 or 8132540. OLE color: 8132540.
HSL color Cylindrical-coordinate representation of color #BC177C: hue angle of 323.27º 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 #BC177C is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 23 | 124 | - |
| CMYK | 0 | 0.88 | 0.34 | 0.26 |
| HSL | 323.27º | 0.78% | 0.41% | - |
| HSV(B) | 323.27º | 0.88% | 0.74% | - |
| XYZ | 24.68 | 12.76 | 20.23 | - |
| YUV | 83.85 | 150.66 | 202.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 23 | 124 | 0 | 0.88 | 0.34 | 0.26 | 323.27 | 0.78 | 0.41 |
| Hex | BC | 17 | 7C | 0 | 58 | 22 | 1A | 143 | 4E | 29 |
| Octal | 274 | 27 | 174 | 0 | 130 | 42 | 32 | 503 | 116 | 51 |
| Binary | 10111100 | 10111 | 1111100 | 0 | 1011000 | 100010 | 11010 | 101000011 | 1001110 | 101001 |
Color Harmonies of #BC177C
Complementary color
Monochromatic Colors of #BC177C
Black with #BC177C
Text Example
Text Example
White with #BC177C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC177C; }
p { color: rgb(188,23,124); }
H1.HeaderClassName
{
color: #BC177C;
}
.AnyTagClassName
{
color: #BC177C;
}
</style>
background-color css
<style>
a { background-color: #BC177C; }
a { background-color: rgb(188,23,124); }
div.DivClassName
{
background-color: #BC177C;
}
.BgClassName
{
background-color: #BC177C;
}
</style>
border-color css
<style>
span { border-color: #BC177C; }
span { border-color: rgb(188,23,124); }
td.TdClassName
{
border-color: #BC177C;
}
.TagClassName
{
border-color: #BC177C;
}
</style>