Shades of Medium Red Violet #BC3891
Tints of Medium Red Violet #BC3891
RGB
CMYK
RGB Variations
Color information
#BC3891 (or 0xBC3891) is known color: Medium Red Violet. HEX triplet: BC, 38 and 91. RGB value is (188,56,145). Sum of RGB (Red+Green+Blue) = 188+56+145=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 56 (22.27% from 255 or 14.40% from 389); Blue value is 145 (57.03% from 255 or 37.28% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3891 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3891 is #43C76E. Grayscale: #696969. Windows color (decimal): -4441967 or 9517244. OLE color: 9517244.
HSL color Cylindrical-coordinate representation of color #BC3891: hue angle of 319.55º 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 #BC3891 is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 56 | 145 | - |
| CMYK | 0 | 0.70 | 0.23 | 0.26 |
| HSL | 319.55º | 0.54% | 0.48% | - |
| HSV(B) | 319.55º | 0.7% | 0.74% | - |
| XYZ | 27.26 | 15.56 | 28.36 | - |
| YUV | 105.61 | 150.23 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 56 | 145 | 0 | 0.70 | 0.23 | 0.26 | 319.55 | 0.54 | 0.48 |
| Hex | BC | 38 | 91 | 0 | 46 | 17 | 1A | 140 | 36 | 30 |
| Octal | 274 | 70 | 221 | 0 | 106 | 27 | 32 | 500 | 66 | 60 |
| Binary | 10111100 | 111000 | 10010001 | 0 | 1000110 | 10111 | 11010 | 101000000 | 110110 | 110000 |
Color Harmonies of #BC3891
Complementary color
Monochromatic Colors of #BC3891
Black with #BC3891
Text Example
Text Example
White with #BC3891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3891; }
p { color: rgb(188,56,145); }
H1.HeaderClassName
{
color: #BC3891;
}
.AnyTagClassName
{
color: #BC3891;
}
</style>
background-color css
<style>
a { background-color: #BC3891; }
a { background-color: rgb(188,56,145); }
div.DivClassName
{
background-color: #BC3891;
}
.BgClassName
{
background-color: #BC3891;
}
</style>
border-color css
<style>
span { border-color: #BC3891; }
span { border-color: rgb(188,56,145); }
td.TdClassName
{
border-color: #BC3891;
}
.TagClassName
{
border-color: #BC3891;
}
</style>