Shades of Medium Violet Red #BC128D
Tints of Medium Violet Red #BC128D
RGB
CMYK
RGB Variations
Color information
#BC128D (or 0xBC128D) is known color: Medium Violet Red. HEX triplet: BC, 12 and 8D. RGB value is (188,18,141). Sum of RGB (Red+Green+Blue) = 188+18+141=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 18 (7.42% from 255 or 5.19% from 347); Blue value is 141 (55.47% from 255 or 40.63% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC128D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC128D is #43ED72. Grayscale: #525252. Windows color (decimal): -4451699 or 9245372. OLE color: 9245372.
HSL color Cylindrical-coordinate representation of color #BC128D: hue angle of 316.59º 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 #BC128D is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 18 | 141 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.26 |
| HSL | 316.59º | 0.83% | 0.4% | - |
| HSV(B) | 316.59º | 0.9% | 0.74% | - |
| XYZ | 25.76 | 13.05 | 26.36 | - |
| YUV | 82.85 | 160.82 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 18 | 141 | 0 | 0.90 | 0.25 | 0.26 | 316.59 | 0.83 | 0.4 |
| Hex | BC | 12 | 8D | 0 | 5A | 19 | 1A | 13D | 53 | 28 |
| Octal | 274 | 22 | 215 | 0 | 132 | 31 | 32 | 475 | 123 | 50 |
| Binary | 10111100 | 10010 | 10001101 | 0 | 1011010 | 11001 | 11010 | 100111101 | 1010011 | 101000 |
Color Harmonies of #BC128D
Complementary color
Monochromatic Colors of #BC128D
Black with #BC128D
Text Example
Text Example
White with #BC128D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC128D; }
p { color: rgb(188,18,141); }
H1.HeaderClassName
{
color: #BC128D;
}
.AnyTagClassName
{
color: #BC128D;
}
</style>
background-color css
<style>
a { background-color: #BC128D; }
a { background-color: rgb(188,18,141); }
div.DivClassName
{
background-color: #BC128D;
}
.BgClassName
{
background-color: #BC128D;
}
</style>
border-color css
<style>
span { border-color: #BC128D; }
span { border-color: rgb(188,18,141); }
td.TdClassName
{
border-color: #BC128D;
}
.TagClassName
{
border-color: #BC128D;
}
</style>