Shades of Medium Red Violet #BC3197
Tints of Medium Red Violet #BC3197
RGB
CMYK
RGB Variations
Color information
#BC3197 (or 0xBC3197) is known color: Medium Red Violet. HEX triplet: BC, 31 and 97. RGB value is (188,49,151). Sum of RGB (Red+Green+Blue) = 188+49+151=388 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.45% from 388); Green value is 49 (19.53% from 255 or 12.63% from 388); Blue value is 151 (59.38% from 255 or 38.92% from 388); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3197 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3197 is #43CE68. Grayscale: #656565. Windows color (decimal): -4443753 or 9908668. OLE color: 9908668.
HSL color Cylindrical-coordinate representation of color #BC3197: hue angle of 315.97º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC3197 is Cyan = 0, Magento = 0.74, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 49 | 151 | - |
| CMYK | 0 | 0.74 | 0.20 | 0.26 |
| HSL | 315.97º | 0.59% | 0.46% | - |
| HSV(B) | 315.97º | 0.74% | 0.74% | - |
| XYZ | 27.42 | 15.12 | 30.75 | - |
| YUV | 102.19 | 155.55 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 49 | 151 | 0 | 0.74 | 0.20 | 0.26 | 315.97 | 0.59 | 0.46 |
| Hex | BC | 31 | 97 | 0 | 4A | 14 | 1A | 13C | 3B | 2E |
| Octal | 274 | 61 | 227 | 0 | 112 | 24 | 32 | 474 | 73 | 56 |
| Binary | 10111100 | 110001 | 10010111 | 0 | 1001010 | 10100 | 11010 | 100111100 | 111011 | 101110 |
Color Harmonies of #BC3197
Complementary color
Monochromatic Colors of #BC3197
Black with #BC3197
Text Example
Text Example
White with #BC3197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3197; }
p { color: rgb(188,49,151); }
H1.HeaderClassName
{
color: #BC3197;
}
.AnyTagClassName
{
color: #BC3197;
}
</style>
background-color css
<style>
a { background-color: #BC3197; }
a { background-color: rgb(188,49,151); }
div.DivClassName
{
background-color: #BC3197;
}
.BgClassName
{
background-color: #BC3197;
}
</style>
border-color css
<style>
span { border-color: #BC3197; }
span { border-color: rgb(188,49,151); }
td.TdClassName
{
border-color: #BC3197;
}
.TagClassName
{
border-color: #BC3197;
}
</style>