Shades of Medium Red Violet #BC3193
Tints of Medium Red Violet #BC3193
RGB
CMYK
RGB Variations
Color information
#BC3193 (or 0xBC3193) is known color: Medium Red Violet. HEX triplet: BC, 31 and 93. RGB value is (188,49,147). Sum of RGB (Red+Green+Blue) = 188+49+147=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 49 (19.53% from 255 or 12.76% from 384); Blue value is 147 (57.81% from 255 or 38.28% from 384); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3193 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3193 is #43CE6C. Grayscale: #656565. Windows color (decimal): -4443757 or 9646524. OLE color: 9646524.
HSL color Cylindrical-coordinate representation of color #BC3193: hue angle of 317.7º 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 #BC3193 is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 49 | 147 | - |
| CMYK | 0 | 0.74 | 0.22 | 0.26 |
| HSL | 317.7º | 0.59% | 0.46% | - |
| HSV(B) | 317.7º | 0.74% | 0.74% | - |
| XYZ | 27.1 | 14.99 | 29.07 | - |
| YUV | 101.73 | 153.55 | 189.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 49 | 147 | 0 | 0.74 | 0.22 | 0.26 | 317.7 | 0.59 | 0.46 |
| Hex | BC | 31 | 93 | 0 | 4A | 16 | 1A | 13E | 3B | 2E |
| Octal | 274 | 61 | 223 | 0 | 112 | 26 | 32 | 476 | 73 | 56 |
| Binary | 10111100 | 110001 | 10010011 | 0 | 1001010 | 10110 | 11010 | 100111110 | 111011 | 101110 |
Color Harmonies of #BC3193
Complementary color
Monochromatic Colors of #BC3193
Black with #BC3193
Text Example
Text Example
White with #BC3193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3193; }
p { color: rgb(188,49,147); }
H1.HeaderClassName
{
color: #BC3193;
}
.AnyTagClassName
{
color: #BC3193;
}
</style>
background-color css
<style>
a { background-color: #BC3193; }
a { background-color: rgb(188,49,147); }
div.DivClassName
{
background-color: #BC3193;
}
.BgClassName
{
background-color: #BC3193;
}
</style>
border-color css
<style>
span { border-color: #BC3193; }
span { border-color: rgb(188,49,147); }
td.TdClassName
{
border-color: #BC3193;
}
.TagClassName
{
border-color: #BC3193;
}
</style>