Shades of Medium Violet Red #BC0772
Tints of Medium Violet Red #BC0772
RGB
CMYK
RGB Variations
Color information
#BC0772 (or 0xBC0772) is known color: Medium Violet Red. HEX triplet: BC, 07 and 72. RGB value is (188,7,114). Sum of RGB (Red+Green+Blue) = 188+7+114=309 (40% of max value = 765). Red value is 188 (73.83% from 255 or 60.84% from 309); Green value is 7 (3.12% from 255 or 2.27% from 309); Blue value is 114 (44.92% from 255 or 36.89% from 309); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0772 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0772 is #43F88D. Grayscale: #494949. Windows color (decimal): -4454542 or 7473084. OLE color: 7473084.
HSL color Cylindrical-coordinate representation of color #BC0772: hue angle of 324.53º 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 #BC0772 is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 7 | 114 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.26 |
| HSL | 324.53º | 0.93% | 0.38% | - |
| HSV(B) | 324.53º | 0.96% | 0.74% | - |
| XYZ | 23.85 | 12.06 | 16.99 | - |
| YUV | 73.32 | 150.97 | 209.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 7 | 114 | 0 | 0.96 | 0.39 | 0.26 | 324.53 | 0.93 | 0.38 |
| Hex | BC | 7 | 72 | 0 | 60 | 27 | 1A | 145 | 5D | 26 |
| Octal | 274 | 7 | 162 | 0 | 140 | 47 | 32 | 505 | 135 | 46 |
| Binary | 10111100 | 111 | 1110010 | 0 | 1100000 | 100111 | 11010 | 101000101 | 1011101 | 100110 |
Color Harmonies of #BC0772
Complementary color
Monochromatic Colors of #BC0772
Black with #BC0772
Text Example
Text Example
White with #BC0772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0772; }
p { color: rgb(188,7,114); }
H1.HeaderClassName
{
color: #BC0772;
}
.AnyTagClassName
{
color: #BC0772;
}
</style>
background-color css
<style>
a { background-color: #BC0772; }
a { background-color: rgb(188,7,114); }
div.DivClassName
{
background-color: #BC0772;
}
.BgClassName
{
background-color: #BC0772;
}
</style>
border-color css
<style>
span { border-color: #BC0772; }
span { border-color: rgb(188,7,114); }
td.TdClassName
{
border-color: #BC0772;
}
.TagClassName
{
border-color: #BC0772;
}
</style>