Shades of Medium Violet Red #BC1985
Tints of Medium Violet Red #BC1985
RGB
CMYK
RGB Variations
Color information
#BC1985 (or 0xBC1985) is known color: Medium Violet Red. HEX triplet: BC, 19 and 85. RGB value is (188,25,133). Sum of RGB (Red+Green+Blue) = 188+25+133=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 25 (10.16% from 255 or 7.23% from 346); Blue value is 133 (52.34% from 255 or 38.44% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1985 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1985 is #43E67A. Grayscale: #555555. Windows color (decimal): -4449915 or 8722876. OLE color: 8722876.
HSL color Cylindrical-coordinate representation of color #BC1985: hue angle of 320.25º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC1985 is Cyan = 0, Magento = 0.87, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 25 | 133 | - |
| CMYK | 0 | 0.87 | 0.29 | 0.26 |
| HSL | 320.25º | 0.77% | 0.42% | - |
| HSV(B) | 320.25º | 0.87% | 0.74% | - |
| XYZ | 25.32 | 13.08 | 23.38 | - |
| YUV | 86.05 | 154.5 | 200.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 25 | 133 | 0 | 0.87 | 0.29 | 0.26 | 320.25 | 0.77 | 0.42 |
| Hex | BC | 19 | 85 | 0 | 57 | 1D | 1A | 140 | 4D | 2A |
| Octal | 274 | 31 | 205 | 0 | 127 | 35 | 32 | 500 | 115 | 52 |
| Binary | 10111100 | 11001 | 10000101 | 0 | 1010111 | 11101 | 11010 | 101000000 | 1001101 | 101010 |
Color Harmonies of #BC1985
Complementary color
Monochromatic Colors of #BC1985
Black with #BC1985
Text Example
Text Example
White with #BC1985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1985; }
p { color: rgb(188,25,133); }
H1.HeaderClassName
{
color: #BC1985;
}
.AnyTagClassName
{
color: #BC1985;
}
</style>
background-color css
<style>
a { background-color: #BC1985; }
a { background-color: rgb(188,25,133); }
div.DivClassName
{
background-color: #BC1985;
}
.BgClassName
{
background-color: #BC1985;
}
</style>
border-color css
<style>
span { border-color: #BC1985; }
span { border-color: rgb(188,25,133); }
td.TdClassName
{
border-color: #BC1985;
}
.TagClassName
{
border-color: #BC1985;
}
</style>