Shades of Medium Violet Red #BC128C
Tints of Medium Violet Red #BC128C
RGB
CMYK
RGB Variations
Color information
#BC128C (or 0xBC128C) is known color: Medium Violet Red. HEX triplet: BC, 12 and 8C. RGB value is (188,18,140). Sum of RGB (Red+Green+Blue) = 188+18+140=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 18 (7.42% from 255 or 5.20% from 346); Blue value is 140 (55.08% from 255 or 40.46% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC128C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC128C is #43ED73. Grayscale: #525252. Windows color (decimal): -4451700 or 9179836. OLE color: 9179836.
HSL color Cylindrical-coordinate representation of color #BC128C: hue angle of 316.94º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC128C is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 18 | 140 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.26 |
| HSL | 316.94º | 0.83% | 0.4% | - |
| HSV(B) | 316.94º | 0.9% | 0.74% | - |
| XYZ | 25.69 | 13.02 | 25.97 | - |
| YUV | 82.74 | 160.32 | 203.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 18 | 140 | 0 | 0.90 | 0.26 | 0.26 | 316.94 | 0.83 | 0.4 |
| Hex | BC | 12 | 8C | 0 | 5A | 1A | 1A | 13D | 53 | 28 |
| Octal | 274 | 22 | 214 | 0 | 132 | 32 | 32 | 475 | 123 | 50 |
| Binary | 10111100 | 10010 | 10001100 | 0 | 1011010 | 11010 | 11010 | 100111101 | 1010011 | 101000 |
Color Harmonies of #BC128C
Complementary color
Monochromatic Colors of #BC128C
Black with #BC128C
Text Example
Text Example
White with #BC128C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC128C; }
p { color: rgb(188,18,140); }
H1.HeaderClassName
{
color: #BC128C;
}
.AnyTagClassName
{
color: #BC128C;
}
</style>
background-color css
<style>
a { background-color: #BC128C; }
a { background-color: rgb(188,18,140); }
div.DivClassName
{
background-color: #BC128C;
}
.BgClassName
{
background-color: #BC128C;
}
</style>
border-color css
<style>
span { border-color: #BC128C; }
span { border-color: rgb(188,18,140); }
td.TdClassName
{
border-color: #BC128C;
}
.TagClassName
{
border-color: #BC128C;
}
</style>