Shades of Medium Violet Red #BC0671
Tints of Medium Violet Red #BC0671
RGB
CMYK
RGB Variations
Color information
#BC0671 (or 0xBC0671) is known color: Medium Violet Red. HEX triplet: BC, 06 and 71. RGB value is (188,6,113). Sum of RGB (Red+Green+Blue) = 188+6+113=307 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.24% from 307); Green value is 6 (2.73% from 255 or 1.95% from 307); Blue value is 113 (44.53% from 255 or 36.81% from 307); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0671 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0671 is #43F98E. Grayscale: #484848. Windows color (decimal): -4454799 or 7407292. OLE color: 7407292.
HSL color Cylindrical-coordinate representation of color #BC0671: hue angle of 324.73º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC0671 is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 6 | 113 | - |
| CMYK | 0 | 0.97 | 0.40 | 0.26 |
| HSL | 324.73º | 0.94% | 0.38% | - |
| HSV(B) | 324.73º | 0.97% | 0.74% | - |
| XYZ | 23.78 | 12.01 | 16.69 | - |
| YUV | 72.62 | 150.8 | 210.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 6 | 113 | 0 | 0.97 | 0.40 | 0.26 | 324.73 | 0.94 | 0.38 |
| Hex | BC | 6 | 71 | 0 | 61 | 28 | 1A | 145 | 5E | 26 |
| Octal | 274 | 6 | 161 | 0 | 141 | 50 | 32 | 505 | 136 | 46 |
| Binary | 10111100 | 110 | 1110001 | 0 | 1100001 | 101000 | 11010 | 101000101 | 1011110 | 100110 |
Color Harmonies of #BC0671
Complementary color
Monochromatic Colors of #BC0671
Black with #BC0671
Text Example
Text Example
White with #BC0671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0671; }
p { color: rgb(188,6,113); }
H1.HeaderClassName
{
color: #BC0671;
}
.AnyTagClassName
{
color: #BC0671;
}
</style>
background-color css
<style>
a { background-color: #BC0671; }
a { background-color: rgb(188,6,113); }
div.DivClassName
{
background-color: #BC0671;
}
.BgClassName
{
background-color: #BC0671;
}
</style>
border-color css
<style>
span { border-color: #BC0671; }
span { border-color: rgb(188,6,113); }
td.TdClassName
{
border-color: #BC0671;
}
.TagClassName
{
border-color: #BC0671;
}
</style>