Shades of Medium Violet Red #BC0775
Tints of Medium Violet Red #BC0775
RGB
CMYK
RGB Variations
Color information
#BC0775 (or 0xBC0775) is known color: Medium Violet Red. HEX triplet: BC, 07 and 75. RGB value is (188,7,117). Sum of RGB (Red+Green+Blue) = 188+7+117=312 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.26% from 312); Green value is 7 (3.12% from 255 or 2.24% from 312); Blue value is 117 (46.09% from 255 or 37.5% from 312); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0775 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0775 is #43F88A. Grayscale: #494949. Windows color (decimal): -4454539 or 7669692. OLE color: 7669692.
HSL color Cylindrical-coordinate representation of color #BC0775: hue angle of 323.54º 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 #BC0775 is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 7 | 117 | - |
| CMYK | 0 | 0.96 | 0.38 | 0.26 |
| HSL | 323.54º | 0.93% | 0.38% | - |
| HSV(B) | 323.54º | 0.96% | 0.74% | - |
| XYZ | 24.03 | 12.13 | 17.9 | - |
| YUV | 73.66 | 152.47 | 209.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 7 | 117 | 0 | 0.96 | 0.38 | 0.26 | 323.54 | 0.93 | 0.38 |
| Hex | BC | 7 | 75 | 0 | 60 | 26 | 1A | 144 | 5D | 26 |
| Octal | 274 | 7 | 165 | 0 | 140 | 46 | 32 | 504 | 135 | 46 |
| Binary | 10111100 | 111 | 1110101 | 0 | 1100000 | 100110 | 11010 | 101000100 | 1011101 | 100110 |
Color Harmonies of #BC0775
Complementary color
Monochromatic Colors of #BC0775
Black with #BC0775
Text Example
Text Example
White with #BC0775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0775; }
p { color: rgb(188,7,117); }
H1.HeaderClassName
{
color: #BC0775;
}
.AnyTagClassName
{
color: #BC0775;
}
</style>
background-color css
<style>
a { background-color: #BC0775; }
a { background-color: rgb(188,7,117); }
div.DivClassName
{
background-color: #BC0775;
}
.BgClassName
{
background-color: #BC0775;
}
</style>
border-color css
<style>
span { border-color: #BC0775; }
span { border-color: rgb(188,7,117); }
td.TdClassName
{
border-color: #BC0775;
}
.TagClassName
{
border-color: #BC0775;
}
</style>