Shades of Medium Violet Red #BC1176
Tints of Medium Violet Red #BC1176
RGB
CMYK
RGB Variations
Color information
#BC1176 (or 0xBC1176) is known color: Medium Violet Red. HEX triplet: BC, 11 and 76. RGB value is (188,17,118). Sum of RGB (Red+Green+Blue) = 188+17+118=323 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.20% from 323); Green value is 17 (7.03% from 255 or 5.26% from 323); Blue value is 118 (46.48% from 255 or 36.53% from 323); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1176 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1176 is #43EE89. Grayscale: #4F4F4F. Windows color (decimal): -4451978 or 7737788. OLE color: 7737788.
HSL color Cylindrical-coordinate representation of color #BC1176: hue angle of 324.56º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC1176 is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 17 | 118 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.26 |
| HSL | 324.56º | 0.83% | 0.4% | - |
| HSV(B) | 324.56º | 0.91% | 0.74% | - |
| XYZ | 24.21 | 12.4 | 18.26 | - |
| YUV | 79.64 | 149.65 | 205.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 17 | 118 | 0 | 0.91 | 0.37 | 0.26 | 324.56 | 0.83 | 0.4 |
| Hex | BC | 11 | 76 | 0 | 5B | 25 | 1A | 145 | 53 | 28 |
| Octal | 274 | 21 | 166 | 0 | 133 | 45 | 32 | 505 | 123 | 50 |
| Binary | 10111100 | 10001 | 1110110 | 0 | 1011011 | 100101 | 11010 | 101000101 | 1010011 | 101000 |
Color Harmonies of #BC1176
Complementary color
Monochromatic Colors of #BC1176
Black with #BC1176
Text Example
Text Example
White with #BC1176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1176; }
p { color: rgb(188,17,118); }
H1.HeaderClassName
{
color: #BC1176;
}
.AnyTagClassName
{
color: #BC1176;
}
</style>
background-color css
<style>
a { background-color: #BC1176; }
a { background-color: rgb(188,17,118); }
div.DivClassName
{
background-color: #BC1176;
}
.BgClassName
{
background-color: #BC1176;
}
</style>
border-color css
<style>
span { border-color: #BC1176; }
span { border-color: rgb(188,17,118); }
td.TdClassName
{
border-color: #BC1176;
}
.TagClassName
{
border-color: #BC1176;
}
</style>