Shades of Medium Violet Red #BC1190
Tints of Medium Violet Red #BC1190
RGB
CMYK
RGB Variations
Color information
#BC1190 (or 0xBC1190) is known color: Medium Violet Red. HEX triplet: BC, 11 and 90. RGB value is (188,17,144). Sum of RGB (Red+Green+Blue) = 188+17+144=349 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.87% from 349); Green value is 17 (7.03% from 255 or 4.87% from 349); Blue value is 144 (56.64% from 255 or 41.26% from 349); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1190 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1190 is #43EE6F. Grayscale: #525252. Windows color (decimal): -4451952 or 9441724. OLE color: 9441724.
HSL color Cylindrical-coordinate representation of color #BC1190: hue angle of 315.44º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC1190 is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 17 | 144 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.26 |
| HSL | 315.44º | 0.83% | 0.4% | - |
| HSV(B) | 315.44º | 0.91% | 0.74% | - |
| XYZ | 25.97 | 13.11 | 27.55 | - |
| YUV | 82.61 | 162.65 | 203.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 17 | 144 | 0 | 0.91 | 0.23 | 0.26 | 315.44 | 0.83 | 0.4 |
| Hex | BC | 11 | 90 | 0 | 5B | 17 | 1A | 13B | 53 | 28 |
| Octal | 274 | 21 | 220 | 0 | 133 | 27 | 32 | 473 | 123 | 50 |
| Binary | 10111100 | 10001 | 10010000 | 0 | 1011011 | 10111 | 11010 | 100111011 | 1010011 | 101000 |
Color Harmonies of #BC1190
Complementary color
Monochromatic Colors of #BC1190
Black with #BC1190
Text Example
Text Example
White with #BC1190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1190; }
p { color: rgb(188,17,144); }
H1.HeaderClassName
{
color: #BC1190;
}
.AnyTagClassName
{
color: #BC1190;
}
</style>
background-color css
<style>
a { background-color: #BC1190; }
a { background-color: rgb(188,17,144); }
div.DivClassName
{
background-color: #BC1190;
}
.BgClassName
{
background-color: #BC1190;
}
</style>
border-color css
<style>
span { border-color: #BC1190; }
span { border-color: rgb(188,17,144); }
td.TdClassName
{
border-color: #BC1190;
}
.TagClassName
{
border-color: #BC1190;
}
</style>