Shades of Medium Violet Red #BC0585
Tints of Medium Violet Red #BC0585
RGB
CMYK
RGB Variations
Color information
#BC0585 (or 0xBC0585) is known color: Medium Violet Red. HEX triplet: BC, 05 and 85. RGB value is (188,5,133). Sum of RGB (Red+Green+Blue) = 188+5+133=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 5 (2.34% from 255 or 1.53% from 326); Blue value is 133 (52.34% from 255 or 40.80% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0585 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0585 is #43FA7A. Grayscale: #494949. Windows color (decimal): -4455035 or 8717756. OLE color: 8717756.
HSL color Cylindrical-coordinate representation of color #BC0585: hue angle of 318.03º 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 #BC0585 is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 5 | 133 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.26 |
| HSL | 318.03º | 0.95% | 0.38% | - |
| HSV(B) | 318.03º | 0.97% | 0.74% | - |
| XYZ | 25.03 | 12.49 | 23.28 | - |
| YUV | 74.31 | 161.13 | 209.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 5 | 133 | 0 | 0.97 | 0.29 | 0.26 | 318.03 | 0.95 | 0.38 |
| Hex | BC | 5 | 85 | 0 | 61 | 1D | 1A | 13E | 5F | 26 |
| Octal | 274 | 5 | 205 | 0 | 141 | 35 | 32 | 476 | 137 | 46 |
| Binary | 10111100 | 101 | 10000101 | 0 | 1100001 | 11101 | 11010 | 100111110 | 1011111 | 100110 |
Color Harmonies of #BC0585
Complementary color
Monochromatic Colors of #BC0585
Black with #BC0585
Text Example
Text Example
White with #BC0585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0585; }
p { color: rgb(188,5,133); }
H1.HeaderClassName
{
color: #BC0585;
}
.AnyTagClassName
{
color: #BC0585;
}
</style>
background-color css
<style>
a { background-color: #BC0585; }
a { background-color: rgb(188,5,133); }
div.DivClassName
{
background-color: #BC0585;
}
.BgClassName
{
background-color: #BC0585;
}
</style>
border-color css
<style>
span { border-color: #BC0585; }
span { border-color: rgb(188,5,133); }
td.TdClassName
{
border-color: #BC0585;
}
.TagClassName
{
border-color: #BC0585;
}
</style>