Shades of Medium Violet Red #BC1D7C
Tints of Medium Violet Red #BC1D7C
RGB
CMYK
RGB Variations
Color information
#BC1D7C (or 0xBC1D7C) is known color: Medium Violet Red. HEX triplet: BC, 1D and 7C. RGB value is (188,29,124). Sum of RGB (Red+Green+Blue) = 188+29+124=341 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.13% from 341); Green value is 29 (11.72% from 255 or 8.50% from 341); Blue value is 124 (48.83% from 255 or 36.36% from 341); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1D7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1D7C is #43E283. Grayscale: #575757. Windows color (decimal): -4448900 or 8134076. OLE color: 8134076.
HSL color Cylindrical-coordinate representation of color #BC1D7C: hue angle of 324.15º 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 #BC1D7C is Cyan = 0, Magento = 0.85, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 29 | 124 | - |
| CMYK | 0 | 0.85 | 0.34 | 0.26 |
| HSL | 324.15º | 0.73% | 0.43% | - |
| HSV(B) | 324.15º | 0.85% | 0.74% | - |
| XYZ | 24.82 | 13.03 | 20.27 | - |
| YUV | 87.37 | 148.68 | 199.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 29 | 124 | 0 | 0.85 | 0.34 | 0.26 | 324.15 | 0.73 | 0.43 |
| Hex | BC | 1D | 7C | 0 | 55 | 22 | 1A | 144 | 49 | 2B |
| Octal | 274 | 35 | 174 | 0 | 125 | 42 | 32 | 504 | 111 | 53 |
| Binary | 10111100 | 11101 | 1111100 | 0 | 1010101 | 100010 | 11010 | 101000100 | 1001001 | 101011 |
Color Harmonies of #BC1D7C
Complementary color
Monochromatic Colors of #BC1D7C
Black with #BC1D7C
Text Example
Text Example
White with #BC1D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1D7C; }
p { color: rgb(188,29,124); }
H1.HeaderClassName
{
color: #BC1D7C;
}
.AnyTagClassName
{
color: #BC1D7C;
}
</style>
background-color css
<style>
a { background-color: #BC1D7C; }
a { background-color: rgb(188,29,124); }
div.DivClassName
{
background-color: #BC1D7C;
}
.BgClassName
{
background-color: #BC1D7C;
}
</style>
border-color css
<style>
span { border-color: #BC1D7C; }
span { border-color: rgb(188,29,124); }
td.TdClassName
{
border-color: #BC1D7C;
}
.TagClassName
{
border-color: #BC1D7C;
}
</style>