Shades of Medium Violet Red #BC1076
Tints of Medium Violet Red #BC1076
RGB
CMYK
RGB Variations
Color information
#BC1076 (or 0xBC1076) is known color: Medium Violet Red. HEX triplet: BC, 10 and 76. RGB value is (188,16,118). Sum of RGB (Red+Green+Blue) = 188+16+118=322 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.39% from 322); Green value is 16 (6.64% from 255 or 4.97% from 322); Blue value is 118 (46.48% from 255 or 36.65% from 322); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1076 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1076 is #43EF89. Grayscale: #4E4E4E. Windows color (decimal): -4452234 or 7737532. OLE color: 7737532.
HSL color Cylindrical-coordinate representation of color #BC1076: hue angle of 324.42º degrees, saturation: 0.84, 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 #BC1076 is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 16 | 118 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.26 |
| HSL | 324.42º | 0.84% | 0.4% | - |
| HSV(B) | 324.42º | 0.91% | 0.74% | - |
| XYZ | 24.19 | 12.37 | 18.25 | - |
| YUV | 79.06 | 149.98 | 205.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 16 | 118 | 0 | 0.91 | 0.37 | 0.26 | 324.42 | 0.84 | 0.4 |
| Hex | BC | 10 | 76 | 0 | 5B | 25 | 1A | 144 | 54 | 28 |
| Octal | 274 | 20 | 166 | 0 | 133 | 45 | 32 | 504 | 124 | 50 |
| Binary | 10111100 | 10000 | 1110110 | 0 | 1011011 | 100101 | 11010 | 101000100 | 1010100 | 101000 |
Color Harmonies of #BC1076
Complementary color
Monochromatic Colors of #BC1076
Black with #BC1076
Text Example
Text Example
White with #BC1076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1076; }
p { color: rgb(188,16,118); }
H1.HeaderClassName
{
color: #BC1076;
}
.AnyTagClassName
{
color: #BC1076;
}
</style>
background-color css
<style>
a { background-color: #BC1076; }
a { background-color: rgb(188,16,118); }
div.DivClassName
{
background-color: #BC1076;
}
.BgClassName
{
background-color: #BC1076;
}
</style>
border-color css
<style>
span { border-color: #BC1076; }
span { border-color: rgb(188,16,118); }
td.TdClassName
{
border-color: #BC1076;
}
.TagClassName
{
border-color: #BC1076;
}
</style>