Shades of Medium Violet Red #BC1D7F
Tints of Medium Violet Red #BC1D7F
RGB
CMYK
RGB Variations
Color information
#BC1D7F (or 0xBC1D7F) is known color: Medium Violet Red. HEX triplet: BC, 1D and 7F. RGB value is (188,29,127). Sum of RGB (Red+Green+Blue) = 188+29+127=344 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.65% from 344); Green value is 29 (11.72% from 255 or 8.43% from 344); Blue value is 127 (50% from 255 or 36.92% from 344); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1D7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1D7F is #43E280. Grayscale: #575757. Windows color (decimal): -4448897 or 8330684. OLE color: 8330684.
HSL color Cylindrical-coordinate representation of color #BC1D7F: hue angle of 323.02º 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 #BC1D7F is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 29 | 127 | - |
| CMYK | 0 | 0.85 | 0.32 | 0.26 |
| HSL | 323.02º | 0.73% | 0.43% | - |
| HSV(B) | 323.02º | 0.85% | 0.74% | - |
| XYZ | 25.01 | 13.1 | 21.29 | - |
| YUV | 87.71 | 150.18 | 199.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 29 | 127 | 0 | 0.85 | 0.32 | 0.26 | 323.02 | 0.73 | 0.43 |
| Hex | BC | 1D | 7F | 0 | 55 | 20 | 1A | 143 | 49 | 2B |
| Octal | 274 | 35 | 177 | 0 | 125 | 40 | 32 | 503 | 111 | 53 |
| Binary | 10111100 | 11101 | 1111111 | 0 | 1010101 | 100000 | 11010 | 101000011 | 1001001 | 101011 |
Color Harmonies of #BC1D7F
Complementary color
Monochromatic Colors of #BC1D7F
Black with #BC1D7F
Text Example
Text Example
White with #BC1D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1D7F; }
p { color: rgb(188,29,127); }
H1.HeaderClassName
{
color: #BC1D7F;
}
.AnyTagClassName
{
color: #BC1D7F;
}
</style>
background-color css
<style>
a { background-color: #BC1D7F; }
a { background-color: rgb(188,29,127); }
div.DivClassName
{
background-color: #BC1D7F;
}
.BgClassName
{
background-color: #BC1D7F;
}
</style>
border-color css
<style>
span { border-color: #BC1D7F; }
span { border-color: rgb(188,29,127); }
td.TdClassName
{
border-color: #BC1D7F;
}
.TagClassName
{
border-color: #BC1D7F;
}
</style>