Shades of Medium Violet Red #BC118D
Tints of Medium Violet Red #BC118D
RGB
CMYK
RGB Variations
Color information
#BC118D (or 0xBC118D) is known color: Medium Violet Red. HEX triplet: BC, 11 and 8D. RGB value is (188,17,141). Sum of RGB (Red+Green+Blue) = 188+17+141=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 17 (7.03% from 255 or 4.91% from 346); Blue value is 141 (55.47% from 255 or 40.75% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC118D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC118D is #43EE72. Grayscale: #515151. Windows color (decimal): -4451955 or 9245116. OLE color: 9245116.
HSL color Cylindrical-coordinate representation of color #BC118D: hue angle of 316.49º 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 #BC118D is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 17 | 141 | - |
| CMYK | 0 | 0.91 | 0.25 | 0.26 |
| HSL | 316.49º | 0.83% | 0.4% | - |
| HSV(B) | 316.49º | 0.91% | 0.74% | - |
| XYZ | 25.75 | 13.02 | 26.35 | - |
| YUV | 82.27 | 161.15 | 203.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 17 | 141 | 0 | 0.91 | 0.25 | 0.26 | 316.49 | 0.83 | 0.4 |
| Hex | BC | 11 | 8D | 0 | 5B | 19 | 1A | 13C | 53 | 28 |
| Octal | 274 | 21 | 215 | 0 | 133 | 31 | 32 | 474 | 123 | 50 |
| Binary | 10111100 | 10001 | 10001101 | 0 | 1011011 | 11001 | 11010 | 100111100 | 1010011 | 101000 |
Color Harmonies of #BC118D
Complementary color
Monochromatic Colors of #BC118D
Black with #BC118D
Text Example
Text Example
White with #BC118D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC118D; }
p { color: rgb(188,17,141); }
H1.HeaderClassName
{
color: #BC118D;
}
.AnyTagClassName
{
color: #BC118D;
}
</style>
background-color css
<style>
a { background-color: #BC118D; }
a { background-color: rgb(188,17,141); }
div.DivClassName
{
background-color: #BC118D;
}
.BgClassName
{
background-color: #BC118D;
}
</style>
border-color css
<style>
span { border-color: #BC118D; }
span { border-color: rgb(188,17,141); }
td.TdClassName
{
border-color: #BC118D;
}
.TagClassName
{
border-color: #BC118D;
}
</style>