Shades of Medium Violet Red #BC1670
Tints of Medium Violet Red #BC1670
RGB
CMYK
RGB Variations
Color information
#BC1670 (or 0xBC1670) is known color: Medium Violet Red. HEX triplet: BC, 16 and 70. RGB value is (188,22,112). Sum of RGB (Red+Green+Blue) = 188+22+112=322 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.39% from 322); Green value is 22 (8.98% from 255 or 6.83% from 322); Blue value is 112 (44.14% from 255 or 34.78% from 322); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1670 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1670 is #43E98F. Grayscale: #515151. Windows color (decimal): -4450704 or 7345852. OLE color: 7345852.
HSL color Cylindrical-coordinate representation of color #BC1670: hue angle of 327.47º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC1670 is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 22 | 112 | - |
| CMYK | 0 | 0.88 | 0.40 | 0.26 |
| HSL | 327.47º | 0.79% | 0.41% | - |
| HSV(B) | 327.47º | 0.88% | 0.74% | - |
| XYZ | 23.95 | 12.44 | 16.47 | - |
| YUV | 81.89 | 145 | 203.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 22 | 112 | 0 | 0.88 | 0.40 | 0.26 | 327.47 | 0.79 | 0.41 |
| Hex | BC | 16 | 70 | 0 | 58 | 28 | 1A | 147 | 4F | 29 |
| Octal | 274 | 26 | 160 | 0 | 130 | 50 | 32 | 507 | 117 | 51 |
| Binary | 10111100 | 10110 | 1110000 | 0 | 1011000 | 101000 | 11010 | 101000111 | 1001111 | 101001 |
Color Harmonies of #BC1670
Complementary color
Monochromatic Colors of #BC1670
Black with #BC1670
Text Example
Text Example
White with #BC1670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1670; }
p { color: rgb(188,22,112); }
H1.HeaderClassName
{
color: #BC1670;
}
.AnyTagClassName
{
color: #BC1670;
}
</style>
background-color css
<style>
a { background-color: #BC1670; }
a { background-color: rgb(188,22,112); }
div.DivClassName
{
background-color: #BC1670;
}
.BgClassName
{
background-color: #BC1670;
}
</style>
border-color css
<style>
span { border-color: #BC1670; }
span { border-color: rgb(188,22,112); }
td.TdClassName
{
border-color: #BC1670;
}
.TagClassName
{
border-color: #BC1670;
}
</style>