Shades of Medium Violet Red #BC1D9C
Tints of Medium Violet Red #BC1D9C
RGB
CMYK
RGB Variations
Color information
#BC1D9C (or 0xBC1D9C) is known color: Medium Violet Red. HEX triplet: BC, 1D and 9C. RGB value is (188,29,156). Sum of RGB (Red+Green+Blue) = 188+29+156=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 29 (11.72% from 255 or 7.77% from 373); Blue value is 156 (61.33% from 255 or 41.82% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1D9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1D9C is #43E263. Grayscale: #5A5A5A. Windows color (decimal): -4448868 or 10231228. OLE color: 10231228.
HSL color Cylindrical-coordinate representation of color #BC1D9C: hue angle of 312.08º 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 #BC1D9C is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 29 | 156 | - |
| CMYK | 0 | 0.85 | 0.17 | 0.26 |
| HSL | 312.08º | 0.73% | 0.43% | - |
| HSV(B) | 312.08º | 0.85% | 0.74% | - |
| XYZ | 27.18 | 13.97 | 32.72 | - |
| YUV | 91.02 | 164.68 | 197.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 29 | 156 | 0 | 0.85 | 0.17 | 0.26 | 312.08 | 0.73 | 0.43 |
| Hex | BC | 1D | 9C | 0 | 55 | 11 | 1A | 138 | 49 | 2B |
| Octal | 274 | 35 | 234 | 0 | 125 | 21 | 32 | 470 | 111 | 53 |
| Binary | 10111100 | 11101 | 10011100 | 0 | 1010101 | 10001 | 11010 | 100111000 | 1001001 | 101011 |
Color Harmonies of #BC1D9C
Complementary color
Monochromatic Colors of #BC1D9C
Black with #BC1D9C
Text Example
Text Example
White with #BC1D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1D9C; }
p { color: rgb(188,29,156); }
H1.HeaderClassName
{
color: #BC1D9C;
}
.AnyTagClassName
{
color: #BC1D9C;
}
</style>
background-color css
<style>
a { background-color: #BC1D9C; }
a { background-color: rgb(188,29,156); }
div.DivClassName
{
background-color: #BC1D9C;
}
.BgClassName
{
background-color: #BC1D9C;
}
</style>
border-color css
<style>
span { border-color: #BC1D9C; }
span { border-color: rgb(188,29,156); }
td.TdClassName
{
border-color: #BC1D9C;
}
.TagClassName
{
border-color: #BC1D9C;
}
</style>