Shades of Medium Violet Red #BC1185
Tints of Medium Violet Red #BC1185
RGB
CMYK
RGB Variations
Color information
#BC1185 (or 0xBC1185) is known color: Medium Violet Red. HEX triplet: BC, 11 and 85. RGB value is (188,17,133). Sum of RGB (Red+Green+Blue) = 188+17+133=338 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.62% from 338); Green value is 17 (7.03% from 255 or 5.03% from 338); Blue value is 133 (52.34% from 255 or 39.35% from 338); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1185 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1185 is #43EE7A. Grayscale: #515151. Windows color (decimal): -4451963 or 8720828. OLE color: 8720828.
HSL color Cylindrical-coordinate representation of color #BC1185: hue angle of 319.3º 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 #BC1185 is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 17 | 133 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.26 |
| HSL | 319.3º | 0.83% | 0.4% | - |
| HSV(B) | 319.3º | 0.91% | 0.74% | - |
| XYZ | 25.17 | 12.79 | 23.33 | - |
| YUV | 81.35 | 157.15 | 204.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 17 | 133 | 0 | 0.91 | 0.29 | 0.26 | 319.3 | 0.83 | 0.4 |
| Hex | BC | 11 | 85 | 0 | 5B | 1D | 1A | 13F | 53 | 28 |
| Octal | 274 | 21 | 205 | 0 | 133 | 35 | 32 | 477 | 123 | 50 |
| Binary | 10111100 | 10001 | 10000101 | 0 | 1011011 | 11101 | 11010 | 100111111 | 1010011 | 101000 |
Color Harmonies of #BC1185
Complementary color
Monochromatic Colors of #BC1185
Black with #BC1185
Text Example
Text Example
White with #BC1185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1185; }
p { color: rgb(188,17,133); }
H1.HeaderClassName
{
color: #BC1185;
}
.AnyTagClassName
{
color: #BC1185;
}
</style>
background-color css
<style>
a { background-color: #BC1185; }
a { background-color: rgb(188,17,133); }
div.DivClassName
{
background-color: #BC1185;
}
.BgClassName
{
background-color: #BC1185;
}
</style>
border-color css
<style>
span { border-color: #BC1185; }
span { border-color: rgb(188,17,133); }
td.TdClassName
{
border-color: #BC1185;
}
.TagClassName
{
border-color: #BC1185;
}
</style>