Shades of Medium Violet Red #BC1175
Tints of Medium Violet Red #BC1175
RGB
CMYK
RGB Variations
Color information
#BC1175 (or 0xBC1175) is known color: Medium Violet Red. HEX triplet: BC, 11 and 75. RGB value is (188,17,117). Sum of RGB (Red+Green+Blue) = 188+17+117=322 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.39% from 322); Green value is 17 (7.03% from 255 or 5.28% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1175 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1175 is #43EE8A. Grayscale: #4F4F4F. Windows color (decimal): -4451979 or 7672252. OLE color: 7672252.
HSL color Cylindrical-coordinate representation of color #BC1175: hue angle of 324.91º 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 #BC1175 is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 17 | 117 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.26 |
| HSL | 324.91º | 0.83% | 0.4% | - |
| HSV(B) | 324.91º | 0.91% | 0.74% | - |
| XYZ | 24.15 | 12.38 | 17.95 | - |
| YUV | 79.53 | 149.15 | 205.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 17 | 117 | 0 | 0.91 | 0.38 | 0.26 | 324.91 | 0.83 | 0.4 |
| Hex | BC | 11 | 75 | 0 | 5B | 26 | 1A | 145 | 53 | 28 |
| Octal | 274 | 21 | 165 | 0 | 133 | 46 | 32 | 505 | 123 | 50 |
| Binary | 10111100 | 10001 | 1110101 | 0 | 1011011 | 100110 | 11010 | 101000101 | 1010011 | 101000 |
Color Harmonies of #BC1175
Complementary color
Monochromatic Colors of #BC1175
Black with #BC1175
Text Example
Text Example
White with #BC1175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1175; }
p { color: rgb(188,17,117); }
H1.HeaderClassName
{
color: #BC1175;
}
.AnyTagClassName
{
color: #BC1175;
}
</style>
background-color css
<style>
a { background-color: #BC1175; }
a { background-color: rgb(188,17,117); }
div.DivClassName
{
background-color: #BC1175;
}
.BgClassName
{
background-color: #BC1175;
}
</style>
border-color css
<style>
span { border-color: #BC1175; }
span { border-color: rgb(188,17,117); }
td.TdClassName
{
border-color: #BC1175;
}
.TagClassName
{
border-color: #BC1175;
}
</style>