Shades of Medium Violet Red #BC0573
Tints of Medium Violet Red #BC0573
RGB
CMYK
RGB Variations
Color information
#BC0573 (or 0xBC0573) is known color: Medium Violet Red. HEX triplet: BC, 05 and 73. RGB value is (188,5,115). Sum of RGB (Red+Green+Blue) = 188+5+115=308 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.04% from 308); Green value is 5 (2.34% from 255 or 1.62% from 308); Blue value is 115 (45.31% from 255 or 37.34% from 308); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0573 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0573 is #43FA8C. Grayscale: #484848. Windows color (decimal): -4455053 or 7538108. OLE color: 7538108.
HSL color Cylindrical-coordinate representation of color #BC0573: hue angle of 323.93º degrees, saturation: 0.95, 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 #BC0573 is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 5 | 115 | - |
| CMYK | 0 | 0.97 | 0.39 | 0.26 |
| HSL | 323.93º | 0.95% | 0.38% | - |
| HSV(B) | 323.93º | 0.97% | 0.74% | - |
| XYZ | 23.89 | 12.04 | 17.28 | - |
| YUV | 72.26 | 152.13 | 210.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 5 | 115 | 0 | 0.97 | 0.39 | 0.26 | 323.93 | 0.95 | 0.38 |
| Hex | BC | 5 | 73 | 0 | 61 | 27 | 1A | 144 | 5F | 26 |
| Octal | 274 | 5 | 163 | 0 | 141 | 47 | 32 | 504 | 137 | 46 |
| Binary | 10111100 | 101 | 1110011 | 0 | 1100001 | 100111 | 11010 | 101000100 | 1011111 | 100110 |
Color Harmonies of #BC0573
Complementary color
Monochromatic Colors of #BC0573
Black with #BC0573
Text Example
Text Example
White with #BC0573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0573; }
p { color: rgb(188,5,115); }
H1.HeaderClassName
{
color: #BC0573;
}
.AnyTagClassName
{
color: #BC0573;
}
</style>
background-color css
<style>
a { background-color: #BC0573; }
a { background-color: rgb(188,5,115); }
div.DivClassName
{
background-color: #BC0573;
}
.BgClassName
{
background-color: #BC0573;
}
</style>
border-color css
<style>
span { border-color: #BC0573; }
span { border-color: rgb(188,5,115); }
td.TdClassName
{
border-color: #BC0573;
}
.TagClassName
{
border-color: #BC0573;
}
</style>