Shades of Medium Violet Red #BC176E
Tints of Medium Violet Red #BC176E
RGB
CMYK
RGB Variations
Color information
#BC176E (or 0xBC176E) is known color: Medium Violet Red. HEX triplet: BC, 17 and 6E. RGB value is (188,23,110). Sum of RGB (Red+Green+Blue) = 188+23+110=321 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.57% from 321); Green value is 23 (9.38% from 255 or 7.17% from 321); Blue value is 110 (43.36% from 255 or 34.27% from 321); Max value from RGB is 188 - color contains mainly: red. Hex color #BC176E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC176E is #43E891. Grayscale: #525252. Windows color (decimal): -4450450 or 7215036. OLE color: 7215036.
HSL color Cylindrical-coordinate representation of color #BC176E: hue angle of 328.36º 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 #BC176E is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 23 | 110 | - |
| CMYK | 0 | 0.88 | 0.41 | 0.26 |
| HSL | 328.36º | 0.78% | 0.41% | - |
| HSV(B) | 328.36º | 0.88% | 0.74% | - |
| XYZ | 23.86 | 12.43 | 15.89 | - |
| YUV | 82.25 | 143.66 | 203.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 23 | 110 | 0 | 0.88 | 0.41 | 0.26 | 328.36 | 0.78 | 0.41 |
| Hex | BC | 17 | 6E | 0 | 58 | 29 | 1A | 148 | 4E | 29 |
| Octal | 274 | 27 | 156 | 0 | 130 | 51 | 32 | 510 | 116 | 51 |
| Binary | 10111100 | 10111 | 1101110 | 0 | 1011000 | 101001 | 11010 | 101001000 | 1001110 | 101001 |
Color Harmonies of #BC176E
Complementary color
Monochromatic Colors of #BC176E
Black with #BC176E
Text Example
Text Example
White with #BC176E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC176E; }
p { color: rgb(188,23,110); }
H1.HeaderClassName
{
color: #BC176E;
}
.AnyTagClassName
{
color: #BC176E;
}
</style>
background-color css
<style>
a { background-color: #BC176E; }
a { background-color: rgb(188,23,110); }
div.DivClassName
{
background-color: #BC176E;
}
.BgClassName
{
background-color: #BC176E;
}
</style>
border-color css
<style>
span { border-color: #BC176E; }
span { border-color: rgb(188,23,110); }
td.TdClassName
{
border-color: #BC176E;
}
.TagClassName
{
border-color: #BC176E;
}
</style>