Shades of Medium Violet Red #BC1071
Tints of Medium Violet Red #BC1071
RGB
CMYK
RGB Variations
Color information
#BC1071 (or 0xBC1071) is known color: Medium Violet Red. HEX triplet: BC, 10 and 71. RGB value is (188,16,113). Sum of RGB (Red+Green+Blue) = 188+16+113=317 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.31% from 317); Green value is 16 (6.64% from 255 or 5.05% from 317); Blue value is 113 (44.53% from 255 or 35.65% from 317); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1071 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1071 is #43EF8E. Grayscale: #4E4E4E. Windows color (decimal): -4452239 or 7409852. OLE color: 7409852.
HSL color Cylindrical-coordinate representation of color #BC1071: hue angle of 326.16º 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 #BC1071 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 16 | 113 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.26 |
| HSL | 326.16º | 0.84% | 0.4% | - |
| HSV(B) | 326.16º | 0.91% | 0.74% | - |
| XYZ | 23.9 | 12.25 | 16.73 | - |
| YUV | 78.49 | 147.48 | 206.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 16 | 113 | 0 | 0.91 | 0.40 | 0.26 | 326.16 | 0.84 | 0.4 |
| Hex | BC | 10 | 71 | 0 | 5B | 28 | 1A | 146 | 54 | 28 |
| Octal | 274 | 20 | 161 | 0 | 133 | 50 | 32 | 506 | 124 | 50 |
| Binary | 10111100 | 10000 | 1110001 | 0 | 1011011 | 101000 | 11010 | 101000110 | 1010100 | 101000 |
Color Harmonies of #BC1071
Complementary color
Monochromatic Colors of #BC1071
Black with #BC1071
Text Example
Text Example
White with #BC1071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1071; }
p { color: rgb(188,16,113); }
H1.HeaderClassName
{
color: #BC1071;
}
.AnyTagClassName
{
color: #BC1071;
}
</style>
background-color css
<style>
a { background-color: #BC1071; }
a { background-color: rgb(188,16,113); }
div.DivClassName
{
background-color: #BC1071;
}
.BgClassName
{
background-color: #BC1071;
}
</style>
border-color css
<style>
span { border-color: #BC1071; }
span { border-color: rgb(188,16,113); }
td.TdClassName
{
border-color: #BC1071;
}
.TagClassName
{
border-color: #BC1071;
}
</style>