Shades of Medium Red Violet #BC3BA0
Tints of Medium Red Violet #BC3BA0
RGB
CMYK
RGB Variations
Color information
#BC3BA0 (or 0xBC3BA0) is known color: Medium Red Violet. HEX triplet: BC, 3B and A0. RGB value is (188,59,160). Sum of RGB (Red+Green+Blue) = 188+59+160=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 59 (23.44% from 255 or 14.50% from 407); Blue value is 160 (62.89% from 255 or 39.31% from 407); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3BA0 is #43C45F. Grayscale: #6C6C6C. Windows color (decimal): -4441184 or 10501052. OLE color: 10501052.
HSL color Cylindrical-coordinate representation of color #BC3BA0: hue angle of 313.02º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC3BA0 is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 59 | 160 | - |
| CMYK | 0 | 0.69 | 0.15 | 0.26 |
| HSL | 313.02º | 0.52% | 0.48% | - |
| HSV(B) | 313.02º | 0.69% | 0.74% | - |
| XYZ | 28.65 | 16.36 | 34.91 | - |
| YUV | 109.09 | 156.74 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 59 | 160 | 0 | 0.69 | 0.15 | 0.26 | 313.02 | 0.52 | 0.48 |
| Hex | BC | 3B | A0 | 0 | 45 | F | 1A | 139 | 34 | 30 |
| Octal | 274 | 73 | 240 | 0 | 105 | 17 | 32 | 471 | 64 | 60 |
| Binary | 10111100 | 111011 | 10100000 | 0 | 1000101 | 1111 | 11010 | 100111001 | 110100 | 110000 |
Color Harmonies of #BC3BA0
Complementary color
Monochromatic Colors of #BC3BA0
Black with #BC3BA0
Text Example
Text Example
White with #BC3BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3BA0; }
p { color: rgb(188,59,160); }
H1.HeaderClassName
{
color: #BC3BA0;
}
.AnyTagClassName
{
color: #BC3BA0;
}
</style>
background-color css
<style>
a { background-color: #BC3BA0; }
a { background-color: rgb(188,59,160); }
div.DivClassName
{
background-color: #BC3BA0;
}
.BgClassName
{
background-color: #BC3BA0;
}
</style>
border-color css
<style>
span { border-color: #BC3BA0; }
span { border-color: rgb(188,59,160); }
td.TdClassName
{
border-color: #BC3BA0;
}
.TagClassName
{
border-color: #BC3BA0;
}
</style>