Shades of Medium Violet Red #BC1C7D
Tints of Medium Violet Red #BC1C7D
RGB
CMYK
RGB Variations
Color information
#BC1C7D (or 0xBC1C7D) is known color: Medium Violet Red. HEX triplet: BC, 1C and 7D. RGB value is (188,28,125). Sum of RGB (Red+Green+Blue) = 188+28+125=341 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.13% from 341); Green value is 28 (11.33% from 255 or 8.21% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1C7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1C7D is #43E382. Grayscale: #565656. Windows color (decimal): -4449155 or 8199356. OLE color: 8199356.
HSL color Cylindrical-coordinate representation of color #BC1C7D: hue angle of 323.62º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC1C7D is Cyan = 0, Magento = 0.85, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 28 | 125 | - |
| CMYK | 0 | 0.85 | 0.34 | 0.26 |
| HSL | 323.63º | 0.74% | 0.42% | - |
| HSV(B) | 323.63º | 0.85% | 0.74% | - |
| XYZ | 24.86 | 13 | 20.6 | - |
| YUV | 86.9 | 149.51 | 200.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 28 | 125 | 0 | 0.85 | 0.34 | 0.26 | 323.63 | 0.74 | 0.42 |
| Hex | BC | 1C | 7D | 0 | 55 | 22 | 1A | 144 | 4A | 2A |
| Octal | 274 | 34 | 175 | 0 | 125 | 42 | 32 | 504 | 112 | 52 |
| Binary | 10111100 | 11100 | 1111101 | 0 | 1010101 | 100010 | 11010 | 101000100 | 1001010 | 101010 |
Color Harmonies of #BC1C7D
Complementary color
Monochromatic Colors of #BC1C7D
Black with #BC1C7D
Text Example
Text Example
White with #BC1C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1C7D; }
p { color: rgb(188,28,125); }
H1.HeaderClassName
{
color: #BC1C7D;
}
.AnyTagClassName
{
color: #BC1C7D;
}
</style>
background-color css
<style>
a { background-color: #BC1C7D; }
a { background-color: rgb(188,28,125); }
div.DivClassName
{
background-color: #BC1C7D;
}
.BgClassName
{
background-color: #BC1C7D;
}
</style>
border-color css
<style>
span { border-color: #BC1C7D; }
span { border-color: rgb(188,28,125); }
td.TdClassName
{
border-color: #BC1C7D;
}
.TagClassName
{
border-color: #BC1C7D;
}
</style>