Shades of Medium Violet Red #BC1D85
Tints of Medium Violet Red #BC1D85
RGB
CMYK
RGB Variations
Color information
#BC1D85 (or 0xBC1D85) is known color: Medium Violet Red. HEX triplet: BC, 1D and 85. RGB value is (188,29,133). Sum of RGB (Red+Green+Blue) = 188+29+133=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 29 (11.72% from 255 or 8.29% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1D85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1D85 is #43E27A. Grayscale: #585858. Windows color (decimal): -4448891 or 8723900. OLE color: 8723900.
HSL color Cylindrical-coordinate representation of color #BC1D85: hue angle of 320.75º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC1D85 is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 29 | 133 | - |
| CMYK | 0 | 0.85 | 0.29 | 0.26 |
| HSL | 320.75º | 0.73% | 0.43% | - |
| HSV(B) | 320.75º | 0.85% | 0.74% | - |
| XYZ | 25.41 | 13.26 | 23.41 | - |
| YUV | 88.4 | 153.18 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 29 | 133 | 0 | 0.85 | 0.29 | 0.26 | 320.75 | 0.73 | 0.43 |
| Hex | BC | 1D | 85 | 0 | 55 | 1D | 1A | 141 | 49 | 2B |
| Octal | 274 | 35 | 205 | 0 | 125 | 35 | 32 | 501 | 111 | 53 |
| Binary | 10111100 | 11101 | 10000101 | 0 | 1010101 | 11101 | 11010 | 101000001 | 1001001 | 101011 |
Color Harmonies of #BC1D85
Complementary color
Monochromatic Colors of #BC1D85
Black with #BC1D85
Text Example
Text Example
White with #BC1D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1D85; }
p { color: rgb(188,29,133); }
H1.HeaderClassName
{
color: #BC1D85;
}
.AnyTagClassName
{
color: #BC1D85;
}
</style>
background-color css
<style>
a { background-color: #BC1D85; }
a { background-color: rgb(188,29,133); }
div.DivClassName
{
background-color: #BC1D85;
}
.BgClassName
{
background-color: #BC1D85;
}
</style>
border-color css
<style>
span { border-color: #BC1D85; }
span { border-color: rgb(188,29,133); }
td.TdClassName
{
border-color: #BC1D85;
}
.TagClassName
{
border-color: #BC1D85;
}
</style>