Shades of Medium Violet Red #BC1476
Tints of Medium Violet Red #BC1476
RGB
CMYK
RGB Variations
Color information
#BC1476 (or 0xBC1476) is known color: Medium Violet Red. HEX triplet: BC, 14 and 76. RGB value is (188,20,118). Sum of RGB (Red+Green+Blue) = 188+20+118=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 20 (8.20% from 255 or 6.13% from 326); Blue value is 118 (46.48% from 255 or 36.20% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1476 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1476 is #43EB89. Grayscale: #515151. Windows color (decimal): -4451210 or 7738556. OLE color: 7738556.
HSL color Cylindrical-coordinate representation of color #BC1476: hue angle of 325º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC1476 is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 20 | 118 | - |
| CMYK | 0 | 0.89 | 0.37 | 0.26 |
| HSL | 325º | 0.81% | 0.41% | - |
| HSV(B) | 325º | 0.89% | 0.74% | - |
| XYZ | 24.26 | 12.5 | 18.27 | - |
| YUV | 81.4 | 148.66 | 204.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 20 | 118 | 0 | 0.89 | 0.37 | 0.26 | 325 | 0.81 | 0.41 |
| Hex | BC | 14 | 76 | 0 | 59 | 25 | 1A | 145 | 51 | 29 |
| Octal | 274 | 24 | 166 | 0 | 131 | 45 | 32 | 505 | 121 | 51 |
| Binary | 10111100 | 10100 | 1110110 | 0 | 1011001 | 100101 | 11010 | 101000101 | 1010001 | 101001 |
Color Harmonies of #BC1476
Complementary color
Monochromatic Colors of #BC1476
Black with #BC1476
Text Example
Text Example
White with #BC1476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1476; }
p { color: rgb(188,20,118); }
H1.HeaderClassName
{
color: #BC1476;
}
.AnyTagClassName
{
color: #BC1476;
}
</style>
background-color css
<style>
a { background-color: #BC1476; }
a { background-color: rgb(188,20,118); }
div.DivClassName
{
background-color: #BC1476;
}
.BgClassName
{
background-color: #BC1476;
}
</style>
border-color css
<style>
span { border-color: #BC1476; }
span { border-color: rgb(188,20,118); }
td.TdClassName
{
border-color: #BC1476;
}
.TagClassName
{
border-color: #BC1476;
}
</style>