Shades of Medium Violet Red #BC0773
Tints of Medium Violet Red #BC0773
RGB
CMYK
RGB Variations
Color information
#BC0773 (or 0xBC0773) is known color: Medium Violet Red. HEX triplet: BC, 07 and 73. RGB value is (188,7,115). Sum of RGB (Red+Green+Blue) = 188+7+115=310 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.65% from 310); Green value is 7 (3.12% from 255 or 2.26% from 310); Blue value is 115 (45.31% from 255 or 37.10% from 310); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0773 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0773 is #43F88C. Grayscale: #494949. Windows color (decimal): -4454541 or 7538620. OLE color: 7538620.
HSL color Cylindrical-coordinate representation of color #BC0773: hue angle of 324.2º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC0773 is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 7 | 115 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.26 |
| HSL | 324.2º | 0.93% | 0.38% | - |
| HSV(B) | 324.2º | 0.96% | 0.74% | - |
| XYZ | 23.91 | 12.08 | 17.29 | - |
| YUV | 73.43 | 151.47 | 209.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 7 | 115 | 0 | 0.96 | 0.39 | 0.26 | 324.2 | 0.93 | 0.38 |
| Hex | BC | 7 | 73 | 0 | 60 | 27 | 1A | 144 | 5D | 26 |
| Octal | 274 | 7 | 163 | 0 | 140 | 47 | 32 | 504 | 135 | 46 |
| Binary | 10111100 | 111 | 1110011 | 0 | 1100000 | 100111 | 11010 | 101000100 | 1011101 | 100110 |
Color Harmonies of #BC0773
Complementary color
Monochromatic Colors of #BC0773
Black with #BC0773
Text Example
Text Example
White with #BC0773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0773; }
p { color: rgb(188,7,115); }
H1.HeaderClassName
{
color: #BC0773;
}
.AnyTagClassName
{
color: #BC0773;
}
</style>
background-color css
<style>
a { background-color: #BC0773; }
a { background-color: rgb(188,7,115); }
div.DivClassName
{
background-color: #BC0773;
}
.BgClassName
{
background-color: #BC0773;
}
</style>
border-color css
<style>
span { border-color: #BC0773; }
span { border-color: rgb(188,7,115); }
td.TdClassName
{
border-color: #BC0773;
}
.TagClassName
{
border-color: #BC0773;
}
</style>