Shades of Medium Violet Red #BC128E
Tints of Medium Violet Red #BC128E
RGB
CMYK
RGB Variations
Color information
#BC128E (or 0xBC128E) is known color: Medium Violet Red. HEX triplet: BC, 12 and 8E. RGB value is (188,18,142). Sum of RGB (Red+Green+Blue) = 188+18+142=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 18 (7.42% from 255 or 5.17% from 348); Blue value is 142 (55.86% from 255 or 40.80% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC128E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC128E is #43ED71. Grayscale: #525252. Windows color (decimal): -4451698 or 9310908. OLE color: 9310908.
HSL color Cylindrical-coordinate representation of color #BC128E: hue angle of 316.24º 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 #BC128E is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 18 | 142 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.26 |
| HSL | 316.24º | 0.83% | 0.4% | - |
| HSV(B) | 316.24º | 0.9% | 0.74% | - |
| XYZ | 25.84 | 13.08 | 26.75 | - |
| YUV | 82.97 | 161.32 | 202.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 18 | 142 | 0 | 0.90 | 0.24 | 0.26 | 316.24 | 0.83 | 0.4 |
| Hex | BC | 12 | 8E | 0 | 5A | 18 | 1A | 13C | 53 | 28 |
| Octal | 274 | 22 | 216 | 0 | 132 | 30 | 32 | 474 | 123 | 50 |
| Binary | 10111100 | 10010 | 10001110 | 0 | 1011010 | 11000 | 11010 | 100111100 | 1010011 | 101000 |
Color Harmonies of #BC128E
Complementary color
Monochromatic Colors of #BC128E
Black with #BC128E
Text Example
Text Example
White with #BC128E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC128E; }
p { color: rgb(188,18,142); }
H1.HeaderClassName
{
color: #BC128E;
}
.AnyTagClassName
{
color: #BC128E;
}
</style>
background-color css
<style>
a { background-color: #BC128E; }
a { background-color: rgb(188,18,142); }
div.DivClassName
{
background-color: #BC128E;
}
.BgClassName
{
background-color: #BC128E;
}
</style>
border-color css
<style>
span { border-color: #BC128E; }
span { border-color: rgb(188,18,142); }
td.TdClassName
{
border-color: #BC128E;
}
.TagClassName
{
border-color: #BC128E;
}
</style>