Shades of Medium Violet Red #BC1E7D
Tints of Medium Violet Red #BC1E7D
RGB
CMYK
RGB Variations
Color information
#BC1E7D (or 0xBC1E7D) is known color: Medium Violet Red. HEX triplet: BC, 1E and 7D. RGB value is (188,30,125). Sum of RGB (Red+Green+Blue) = 188+30+125=343 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.81% from 343); Green value is 30 (12.11% from 255 or 8.75% from 343); Blue value is 125 (49.22% from 255 or 36.44% from 343); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1E7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1E7D is #43E182. Grayscale: #575757. Windows color (decimal): -4448643 or 8199868. OLE color: 8199868.
HSL color Cylindrical-coordinate representation of color #BC1E7D: hue angle of 323.92º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC1E7D is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 30 | 125 | - |
| CMYK | 0 | 0.84 | 0.34 | 0.26 |
| HSL | 323.92º | 0.72% | 0.43% | - |
| HSV(B) | 323.92º | 0.84% | 0.74% | - |
| XYZ | 24.9 | 13.1 | 20.62 | - |
| YUV | 88.07 | 148.85 | 199.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 30 | 125 | 0 | 0.84 | 0.34 | 0.26 | 323.92 | 0.72 | 0.43 |
| Hex | BC | 1E | 7D | 0 | 54 | 22 | 1A | 144 | 48 | 2B |
| Octal | 274 | 36 | 175 | 0 | 124 | 42 | 32 | 504 | 110 | 53 |
| Binary | 10111100 | 11110 | 1111101 | 0 | 1010100 | 100010 | 11010 | 101000100 | 1001000 | 101011 |
Color Harmonies of #BC1E7D
Complementary color
Monochromatic Colors of #BC1E7D
Black with #BC1E7D
Text Example
Text Example
White with #BC1E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1E7D; }
p { color: rgb(188,30,125); }
H1.HeaderClassName
{
color: #BC1E7D;
}
.AnyTagClassName
{
color: #BC1E7D;
}
</style>
background-color css
<style>
a { background-color: #BC1E7D; }
a { background-color: rgb(188,30,125); }
div.DivClassName
{
background-color: #BC1E7D;
}
.BgClassName
{
background-color: #BC1E7D;
}
</style>
border-color css
<style>
span { border-color: #BC1E7D; }
span { border-color: rgb(188,30,125); }
td.TdClassName
{
border-color: #BC1E7D;
}
.TagClassName
{
border-color: #BC1E7D;
}
</style>