Shades of Medium Violet Red #BC1177
Tints of Medium Violet Red #BC1177
RGB
CMYK
RGB Variations
Color information
#BC1177 (or 0xBC1177) is known color: Medium Violet Red. HEX triplet: BC, 11 and 77. RGB value is (188,17,119). Sum of RGB (Red+Green+Blue) = 188+17+119=324 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.02% from 324); Green value is 17 (7.03% from 255 or 5.25% from 324); Blue value is 119 (46.88% from 255 or 36.73% from 324); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1177 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1177 is #43EE88. Grayscale: #4F4F4F. Windows color (decimal): -4451977 or 7803324. OLE color: 7803324.
HSL color Cylindrical-coordinate representation of color #BC1177: hue angle of 324.21º 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 #BC1177 is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 17 | 119 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.26 |
| HSL | 324.21º | 0.83% | 0.4% | - |
| HSV(B) | 324.21º | 0.91% | 0.74% | - |
| XYZ | 24.27 | 12.42 | 18.57 | - |
| YUV | 79.76 | 150.15 | 205.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 17 | 119 | 0 | 0.91 | 0.37 | 0.26 | 324.21 | 0.83 | 0.4 |
| Hex | BC | 11 | 77 | 0 | 5B | 25 | 1A | 144 | 53 | 28 |
| Octal | 274 | 21 | 167 | 0 | 133 | 45 | 32 | 504 | 123 | 50 |
| Binary | 10111100 | 10001 | 1110111 | 0 | 1011011 | 100101 | 11010 | 101000100 | 1010011 | 101000 |
Color Harmonies of #BC1177
Complementary color
Monochromatic Colors of #BC1177
Black with #BC1177
Text Example
Text Example
White with #BC1177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1177; }
p { color: rgb(188,17,119); }
H1.HeaderClassName
{
color: #BC1177;
}
.AnyTagClassName
{
color: #BC1177;
}
</style>
background-color css
<style>
a { background-color: #BC1177; }
a { background-color: rgb(188,17,119); }
div.DivClassName
{
background-color: #BC1177;
}
.BgClassName
{
background-color: #BC1177;
}
</style>
border-color css
<style>
span { border-color: #BC1177; }
span { border-color: rgb(188,17,119); }
td.TdClassName
{
border-color: #BC1177;
}
.TagClassName
{
border-color: #BC1177;
}
</style>