Shades of Medium Red Violet #BC3194
Tints of Medium Red Violet #BC3194
RGB
CMYK
RGB Variations
Color information
#BC3194 (or 0xBC3194) is known color: Medium Red Violet. HEX triplet: BC, 31 and 94. RGB value is (188,49,148). Sum of RGB (Red+Green+Blue) = 188+49+148=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 49 (19.53% from 255 or 12.73% from 385); Blue value is 148 (58.20% from 255 or 38.44% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3194 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3194 is #43CE6B. Grayscale: #656565. Windows color (decimal): -4443756 or 9712060. OLE color: 9712060.
HSL color Cylindrical-coordinate representation of color #BC3194: hue angle of 317.27º 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 #BC3194 is Cyan = 0, Magento = 0.74, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 49 | 148 | - |
| CMYK | 0 | 0.74 | 0.21 | 0.26 |
| HSL | 317.27º | 0.59% | 0.46% | - |
| HSV(B) | 317.27º | 0.74% | 0.74% | - |
| XYZ | 27.18 | 15.03 | 29.48 | - |
| YUV | 101.85 | 154.05 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 49 | 148 | 0 | 0.74 | 0.21 | 0.26 | 317.27 | 0.59 | 0.46 |
| Hex | BC | 31 | 94 | 0 | 4A | 15 | 1A | 13D | 3B | 2E |
| Octal | 274 | 61 | 224 | 0 | 112 | 25 | 32 | 475 | 73 | 56 |
| Binary | 10111100 | 110001 | 10010100 | 0 | 1001010 | 10101 | 11010 | 100111101 | 111011 | 101110 |
Color Harmonies of #BC3194
Complementary color
Monochromatic Colors of #BC3194
Black with #BC3194
Text Example
Text Example
White with #BC3194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3194; }
p { color: rgb(188,49,148); }
H1.HeaderClassName
{
color: #BC3194;
}
.AnyTagClassName
{
color: #BC3194;
}
</style>
background-color css
<style>
a { background-color: #BC3194; }
a { background-color: rgb(188,49,148); }
div.DivClassName
{
background-color: #BC3194;
}
.BgClassName
{
background-color: #BC3194;
}
</style>
border-color css
<style>
span { border-color: #BC3194; }
span { border-color: rgb(188,49,148); }
td.TdClassName
{
border-color: #BC3194;
}
.TagClassName
{
border-color: #BC3194;
}
</style>