Shades of Medium Red Violet #BC3896
Tints of Medium Red Violet #BC3896
RGB
CMYK
RGB Variations
Color information
#BC3896 (or 0xBC3896) is known color: Medium Red Violet. HEX triplet: BC, 38 and 96. RGB value is (188,56,150). Sum of RGB (Red+Green+Blue) = 188+56+150=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 56 (22.27% from 255 or 14.21% from 394); Blue value is 150 (58.98% from 255 or 38.07% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3896 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3896 is #43C769. Grayscale: #696969. Windows color (decimal): -4441962 or 9844924. OLE color: 9844924.
HSL color Cylindrical-coordinate representation of color #BC3896: hue angle of 317.27º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC3896 is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 56 | 150 | - |
| CMYK | 0 | 0.70 | 0.20 | 0.26 |
| HSL | 317.27º | 0.54% | 0.48% | - |
| HSV(B) | 317.27º | 0.7% | 0.74% | - |
| XYZ | 27.66 | 15.72 | 30.43 | - |
| YUV | 106.18 | 152.73 | 186.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 56 | 150 | 0 | 0.70 | 0.20 | 0.26 | 317.27 | 0.54 | 0.48 |
| Hex | BC | 38 | 96 | 0 | 46 | 14 | 1A | 13D | 36 | 30 |
| Octal | 274 | 70 | 226 | 0 | 106 | 24 | 32 | 475 | 66 | 60 |
| Binary | 10111100 | 111000 | 10010110 | 0 | 1000110 | 10100 | 11010 | 100111101 | 110110 | 110000 |
Color Harmonies of #BC3896
Complementary color
Monochromatic Colors of #BC3896
Black with #BC3896
Text Example
Text Example
White with #BC3896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3896; }
p { color: rgb(188,56,150); }
H1.HeaderClassName
{
color: #BC3896;
}
.AnyTagClassName
{
color: #BC3896;
}
</style>
background-color css
<style>
a { background-color: #BC3896; }
a { background-color: rgb(188,56,150); }
div.DivClassName
{
background-color: #BC3896;
}
.BgClassName
{
background-color: #BC3896;
}
</style>
border-color css
<style>
span { border-color: #BC3896; }
span { border-color: rgb(188,56,150); }
td.TdClassName
{
border-color: #BC3896;
}
.TagClassName
{
border-color: #BC3896;
}
</style>