Shades of Medium Violet Red #BC196E
Tints of Medium Violet Red #BC196E
RGB
CMYK
RGB Variations
Color information
#BC196E (or 0xBC196E) is known color: Medium Violet Red. HEX triplet: BC, 19 and 6E. RGB value is (188,25,110). Sum of RGB (Red+Green+Blue) = 188+25+110=323 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.20% from 323); Green value is 25 (10.16% from 255 or 7.74% from 323); Blue value is 110 (43.36% from 255 or 34.06% from 323); Max value from RGB is 188 - color contains mainly: red. Hex color #BC196E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC196E is #43E691. Grayscale: #535353. Windows color (decimal): -4449938 or 7215548. OLE color: 7215548.
HSL color Cylindrical-coordinate representation of color #BC196E: hue angle of 328.71º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC196E is Cyan = 0, Magento = 0.87, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 25 | 110 | - |
| CMYK | 0 | 0.87 | 0.41 | 0.26 |
| HSL | 328.71º | 0.77% | 0.42% | - |
| HSV(B) | 328.71º | 0.87% | 0.74% | - |
| XYZ | 23.9 | 12.51 | 15.91 | - |
| YUV | 83.43 | 143 | 202.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 25 | 110 | 0 | 0.87 | 0.41 | 0.26 | 328.71 | 0.77 | 0.42 |
| Hex | BC | 19 | 6E | 0 | 57 | 29 | 1A | 149 | 4D | 2A |
| Octal | 274 | 31 | 156 | 0 | 127 | 51 | 32 | 511 | 115 | 52 |
| Binary | 10111100 | 11001 | 1101110 | 0 | 1010111 | 101001 | 11010 | 101001001 | 1001101 | 101010 |
Color Harmonies of #BC196E
Complementary color
Monochromatic Colors of #BC196E
Black with #BC196E
Text Example
Text Example
White with #BC196E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC196E; }
p { color: rgb(188,25,110); }
H1.HeaderClassName
{
color: #BC196E;
}
.AnyTagClassName
{
color: #BC196E;
}
</style>
background-color css
<style>
a { background-color: #BC196E; }
a { background-color: rgb(188,25,110); }
div.DivClassName
{
background-color: #BC196E;
}
.BgClassName
{
background-color: #BC196E;
}
</style>
border-color css
<style>
span { border-color: #BC196E; }
span { border-color: rgb(188,25,110); }
td.TdClassName
{
border-color: #BC196E;
}
.TagClassName
{
border-color: #BC196E;
}
</style>