Shades of Medium Violet Red #BC0575
Tints of Medium Violet Red #BC0575
RGB
CMYK
RGB Variations
Color information
#BC0575 (or 0xBC0575) is known color: Medium Violet Red. HEX triplet: BC, 05 and 75. RGB value is (188,5,117). Sum of RGB (Red+Green+Blue) = 188+5+117=310 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.65% from 310); Green value is 5 (2.34% from 255 or 1.61% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0575 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0575 is #43FA8A. Grayscale: #484848. Windows color (decimal): -4455051 or 7669180. OLE color: 7669180.
HSL color Cylindrical-coordinate representation of color #BC0575: hue angle of 323.28º 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 #BC0575 is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 5 | 117 | - |
| CMYK | 0 | 0.97 | 0.38 | 0.26 |
| HSL | 323.28º | 0.95% | 0.38% | - |
| HSV(B) | 323.28º | 0.97% | 0.74% | - |
| XYZ | 24 | 12.08 | 17.9 | - |
| YUV | 72.49 | 153.13 | 210.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 5 | 117 | 0 | 0.97 | 0.38 | 0.26 | 323.28 | 0.95 | 0.38 |
| Hex | BC | 5 | 75 | 0 | 61 | 26 | 1A | 143 | 5F | 26 |
| Octal | 274 | 5 | 165 | 0 | 141 | 46 | 32 | 503 | 137 | 46 |
| Binary | 10111100 | 101 | 1110101 | 0 | 1100001 | 100110 | 11010 | 101000011 | 1011111 | 100110 |
Color Harmonies of #BC0575
Complementary color
Monochromatic Colors of #BC0575
Black with #BC0575
Text Example
Text Example
White with #BC0575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0575; }
p { color: rgb(188,5,117); }
H1.HeaderClassName
{
color: #BC0575;
}
.AnyTagClassName
{
color: #BC0575;
}
</style>
background-color css
<style>
a { background-color: #BC0575; }
a { background-color: rgb(188,5,117); }
div.DivClassName
{
background-color: #BC0575;
}
.BgClassName
{
background-color: #BC0575;
}
</style>
border-color css
<style>
span { border-color: #BC0575; }
span { border-color: rgb(188,5,117); }
td.TdClassName
{
border-color: #BC0575;
}
.TagClassName
{
border-color: #BC0575;
}
</style>