Shades of Medium Red Violet #BC3996
Tints of Medium Red Violet #BC3996
RGB
CMYK
RGB Variations
Color information
#BC3996 (or 0xBC3996) is known color: Medium Red Violet. HEX triplet: BC, 39 and 96. RGB value is (188,57,150). Sum of RGB (Red+Green+Blue) = 188+57+150=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 57 (22.66% from 255 or 14.43% from 395); Blue value is 150 (58.98% from 255 or 37.97% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3996 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3996 is #43C669. Grayscale: #6A6A6A. Windows color (decimal): -4441706 or 9845180. OLE color: 9845180.
HSL color Cylindrical-coordinate representation of color #BC3996: hue angle of 317.4º degrees, saturation: 0.53, 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 #BC3996 is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 57 | 150 | - |
| CMYK | 0 | 0.70 | 0.20 | 0.26 |
| HSL | 317.4º | 0.53% | 0.48% | - |
| HSV(B) | 317.4º | 0.7% | 0.74% | - |
| XYZ | 27.71 | 15.82 | 30.45 | - |
| YUV | 106.77 | 152.4 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 57 | 150 | 0 | 0.70 | 0.20 | 0.26 | 317.4 | 0.53 | 0.48 |
| Hex | BC | 39 | 96 | 0 | 46 | 14 | 1A | 13D | 35 | 30 |
| Octal | 274 | 71 | 226 | 0 | 106 | 24 | 32 | 475 | 65 | 60 |
| Binary | 10111100 | 111001 | 10010110 | 0 | 1000110 | 10100 | 11010 | 100111101 | 110101 | 110000 |
Color Harmonies of #BC3996
Complementary color
Monochromatic Colors of #BC3996
Black with #BC3996
Text Example
Text Example
White with #BC3996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3996; }
p { color: rgb(188,57,150); }
H1.HeaderClassName
{
color: #BC3996;
}
.AnyTagClassName
{
color: #BC3996;
}
</style>
background-color css
<style>
a { background-color: #BC3996; }
a { background-color: rgb(188,57,150); }
div.DivClassName
{
background-color: #BC3996;
}
.BgClassName
{
background-color: #BC3996;
}
</style>
border-color css
<style>
span { border-color: #BC3996; }
span { border-color: rgb(188,57,150); }
td.TdClassName
{
border-color: #BC3996;
}
.TagClassName
{
border-color: #BC3996;
}
</style>