Shades of Medium Violet Red #BC1E7E
Tints of Medium Violet Red #BC1E7E
RGB
CMYK
RGB Variations
Color information
#BC1E7E (or 0xBC1E7E) is known color: Medium Violet Red. HEX triplet: BC, 1E and 7E. RGB value is (188,30,126). Sum of RGB (Red+Green+Blue) = 188+30+126=344 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.65% from 344); Green value is 30 (12.11% from 255 or 8.72% from 344); Blue value is 126 (49.61% from 255 or 36.63% from 344); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1E7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1E7E is #43E181. Grayscale: #575757. Windows color (decimal): -4448642 or 8265404. OLE color: 8265404.
HSL color Cylindrical-coordinate representation of color #BC1E7E: hue angle of 323.54º 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 #BC1E7E is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 30 | 126 | - |
| CMYK | 0 | 0.84 | 0.33 | 0.26 |
| HSL | 323.54º | 0.72% | 0.43% | - |
| HSV(B) | 323.54º | 0.84% | 0.74% | - |
| XYZ | 24.97 | 13.13 | 20.96 | - |
| YUV | 88.19 | 149.35 | 199.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 30 | 126 | 0 | 0.84 | 0.33 | 0.26 | 323.54 | 0.72 | 0.43 |
| Hex | BC | 1E | 7E | 0 | 54 | 21 | 1A | 144 | 48 | 2B |
| Octal | 274 | 36 | 176 | 0 | 124 | 41 | 32 | 504 | 110 | 53 |
| Binary | 10111100 | 11110 | 1111110 | 0 | 1010100 | 100001 | 11010 | 101000100 | 1001000 | 101011 |
Color Harmonies of #BC1E7E
Complementary color
Monochromatic Colors of #BC1E7E
Black with #BC1E7E
Text Example
Text Example
White with #BC1E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1E7E; }
p { color: rgb(188,30,126); }
H1.HeaderClassName
{
color: #BC1E7E;
}
.AnyTagClassName
{
color: #BC1E7E;
}
</style>
background-color css
<style>
a { background-color: #BC1E7E; }
a { background-color: rgb(188,30,126); }
div.DivClassName
{
background-color: #BC1E7E;
}
.BgClassName
{
background-color: #BC1E7E;
}
</style>
border-color css
<style>
span { border-color: #BC1E7E; }
span { border-color: rgb(188,30,126); }
td.TdClassName
{
border-color: #BC1E7E;
}
.TagClassName
{
border-color: #BC1E7E;
}
</style>