Shades of Medium Violet Red #BC1277
Tints of Medium Violet Red #BC1277
RGB
CMYK
RGB Variations
Color information
#BC1277 (or 0xBC1277) is known color: Medium Violet Red. HEX triplet: BC, 12 and 77. RGB value is (188,18,119). Sum of RGB (Red+Green+Blue) = 188+18+119=325 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.85% from 325); Green value is 18 (7.42% from 255 or 5.54% from 325); Blue value is 119 (46.88% from 255 or 36.62% from 325); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1277 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1277 is #43ED88. Grayscale: #505050. Windows color (decimal): -4451721 or 7803580. OLE color: 7803580.
HSL color Cylindrical-coordinate representation of color #BC1277: hue angle of 324.35º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC1277 is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 18 | 119 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.26 |
| HSL | 324.35º | 0.83% | 0.4% | - |
| HSV(B) | 324.35º | 0.9% | 0.74% | - |
| XYZ | 24.29 | 12.46 | 18.58 | - |
| YUV | 80.34 | 149.82 | 204.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 18 | 119 | 0 | 0.90 | 0.37 | 0.26 | 324.35 | 0.83 | 0.4 |
| Hex | BC | 12 | 77 | 0 | 5A | 25 | 1A | 144 | 53 | 28 |
| Octal | 274 | 22 | 167 | 0 | 132 | 45 | 32 | 504 | 123 | 50 |
| Binary | 10111100 | 10010 | 1110111 | 0 | 1011010 | 100101 | 11010 | 101000100 | 1010011 | 101000 |
Color Harmonies of #BC1277
Complementary color
Monochromatic Colors of #BC1277
Black with #BC1277
Text Example
Text Example
White with #BC1277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1277; }
p { color: rgb(188,18,119); }
H1.HeaderClassName
{
color: #BC1277;
}
.AnyTagClassName
{
color: #BC1277;
}
</style>
background-color css
<style>
a { background-color: #BC1277; }
a { background-color: rgb(188,18,119); }
div.DivClassName
{
background-color: #BC1277;
}
.BgClassName
{
background-color: #BC1277;
}
</style>
border-color css
<style>
span { border-color: #BC1277; }
span { border-color: rgb(188,18,119); }
td.TdClassName
{
border-color: #BC1277;
}
.TagClassName
{
border-color: #BC1277;
}
</style>