Shades of Medium Violet Red #BC1070
Tints of Medium Violet Red #BC1070
RGB
CMYK
RGB Variations
Color information
#BC1070 (or 0xBC1070) is known color: Medium Violet Red. HEX triplet: BC, 10 and 70. RGB value is (188,16,112). Sum of RGB (Red+Green+Blue) = 188+16+112=316 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.49% from 316); Green value is 16 (6.64% from 255 or 5.06% from 316); Blue value is 112 (44.14% from 255 or 35.44% from 316); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1070 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1070 is #43EF8F. Grayscale: #4E4E4E. Windows color (decimal): -4452240 or 7344316. OLE color: 7344316.
HSL color Cylindrical-coordinate representation of color #BC1070: hue angle of 326.51º 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 #BC1070 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 16 | 112 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.26 |
| HSL | 326.51º | 0.84% | 0.4% | - |
| HSV(B) | 326.51º | 0.91% | 0.74% | - |
| XYZ | 23.85 | 12.23 | 16.43 | - |
| YUV | 78.37 | 146.98 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 16 | 112 | 0 | 0.91 | 0.40 | 0.26 | 326.51 | 0.84 | 0.4 |
| Hex | BC | 10 | 70 | 0 | 5B | 28 | 1A | 147 | 54 | 28 |
| Octal | 274 | 20 | 160 | 0 | 133 | 50 | 32 | 507 | 124 | 50 |
| Binary | 10111100 | 10000 | 1110000 | 0 | 1011011 | 101000 | 11010 | 101000111 | 1010100 | 101000 |
Color Harmonies of #BC1070
Complementary color
Monochromatic Colors of #BC1070
Black with #BC1070
Text Example
Text Example
White with #BC1070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1070; }
p { color: rgb(188,16,112); }
H1.HeaderClassName
{
color: #BC1070;
}
.AnyTagClassName
{
color: #BC1070;
}
</style>
background-color css
<style>
a { background-color: #BC1070; }
a { background-color: rgb(188,16,112); }
div.DivClassName
{
background-color: #BC1070;
}
.BgClassName
{
background-color: #BC1070;
}
</style>
border-color css
<style>
span { border-color: #BC1070; }
span { border-color: rgb(188,16,112); }
td.TdClassName
{
border-color: #BC1070;
}
.TagClassName
{
border-color: #BC1070;
}
</style>