Shades of Medium Violet Red #BC128A
Tints of Medium Violet Red #BC128A
RGB
CMYK
RGB Variations
Color information
#BC128A (or 0xBC128A) is known color: Medium Violet Red. HEX triplet: BC, 12 and 8A. RGB value is (188,18,138). Sum of RGB (Red+Green+Blue) = 188+18+138=344 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.65% from 344); Green value is 18 (7.42% from 255 or 5.23% from 344); Blue value is 138 (54.30% from 255 or 40.12% from 344); Max value from RGB is 188 - color contains mainly: red. Hex color #BC128A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC128A is #43ED75. Grayscale: #525252. Windows color (decimal): -4451702 or 9048764. OLE color: 9048764.
HSL color Cylindrical-coordinate representation of color #BC128A: hue angle of 317.65º 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 #BC128A is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 18 | 138 | - |
| CMYK | 0 | 0.90 | 0.27 | 0.26 |
| HSL | 317.65º | 0.83% | 0.4% | - |
| HSV(B) | 317.65º | 0.9% | 0.74% | - |
| XYZ | 25.54 | 12.96 | 25.2 | - |
| YUV | 82.51 | 159.32 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 18 | 138 | 0 | 0.90 | 0.27 | 0.26 | 317.65 | 0.83 | 0.4 |
| Hex | BC | 12 | 8A | 0 | 5A | 1B | 1A | 13E | 53 | 28 |
| Octal | 274 | 22 | 212 | 0 | 132 | 33 | 32 | 476 | 123 | 50 |
| Binary | 10111100 | 10010 | 10001010 | 0 | 1011010 | 11011 | 11010 | 100111110 | 1010011 | 101000 |
Color Harmonies of #BC128A
Complementary color
Monochromatic Colors of #BC128A
Black with #BC128A
Text Example
Text Example
White with #BC128A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC128A; }
p { color: rgb(188,18,138); }
H1.HeaderClassName
{
color: #BC128A;
}
.AnyTagClassName
{
color: #BC128A;
}
</style>
background-color css
<style>
a { background-color: #BC128A; }
a { background-color: rgb(188,18,138); }
div.DivClassName
{
background-color: #BC128A;
}
.BgClassName
{
background-color: #BC128A;
}
</style>
border-color css
<style>
span { border-color: #BC128A; }
span { border-color: rgb(188,18,138); }
td.TdClassName
{
border-color: #BC128A;
}
.TagClassName
{
border-color: #BC128A;
}
</style>