Shades of Medium Violet Red #BC1491
Tints of Medium Violet Red #BC1491
RGB
CMYK
RGB Variations
Color information
#BC1491 (or 0xBC1491) is known color: Medium Violet Red. HEX triplet: BC, 14 and 91. RGB value is (188,20,145). Sum of RGB (Red+Green+Blue) = 188+20+145=353 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.26% from 353); Green value is 20 (8.20% from 255 or 5.67% from 353); Blue value is 145 (57.03% from 255 or 41.08% from 353); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1491 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1491 is #43EB6E. Grayscale: #545454. Windows color (decimal): -4451183 or 9508028. OLE color: 9508028.
HSL color Cylindrical-coordinate representation of color #BC1491: hue angle of 315.36º 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 #BC1491 is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 20 | 145 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.26 |
| HSL | 315.36º | 0.81% | 0.41% | - |
| HSV(B) | 315.36º | 0.89% | 0.74% | - |
| XYZ | 26.1 | 13.24 | 27.97 | - |
| YUV | 84.48 | 162.16 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 20 | 145 | 0 | 0.89 | 0.23 | 0.26 | 315.36 | 0.81 | 0.41 |
| Hex | BC | 14 | 91 | 0 | 59 | 17 | 1A | 13B | 51 | 29 |
| Octal | 274 | 24 | 221 | 0 | 131 | 27 | 32 | 473 | 121 | 51 |
| Binary | 10111100 | 10100 | 10010001 | 0 | 1011001 | 10111 | 11010 | 100111011 | 1010001 | 101001 |
Color Harmonies of #BC1491
Complementary color
Monochromatic Colors of #BC1491
Black with #BC1491
Text Example
Text Example
White with #BC1491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1491; }
p { color: rgb(188,20,145); }
H1.HeaderClassName
{
color: #BC1491;
}
.AnyTagClassName
{
color: #BC1491;
}
</style>
background-color css
<style>
a { background-color: #BC1491; }
a { background-color: rgb(188,20,145); }
div.DivClassName
{
background-color: #BC1491;
}
.BgClassName
{
background-color: #BC1491;
}
</style>
border-color css
<style>
span { border-color: #BC1491; }
span { border-color: rgb(188,20,145); }
td.TdClassName
{
border-color: #BC1491;
}
.TagClassName
{
border-color: #BC1491;
}
</style>