Shades of Medium Red Violet #BC3783
Tints of Medium Red Violet #BC3783
RGB
CMYK
RGB Variations
Color information
#BC3783 (or 0xBC3783) is known color: Medium Red Violet. HEX triplet: BC, 37 and 83. RGB value is (188,55,131). Sum of RGB (Red+Green+Blue) = 188+55+131=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 55 (21.88% from 255 or 14.71% from 374); Blue value is 131 (51.56% from 255 or 35.03% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3783 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3783 is #43C87C. Grayscale: #676767. Windows color (decimal): -4442237 or 8599484. OLE color: 8599484.
HSL color Cylindrical-coordinate representation of color #BC3783: hue angle of 325.71º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC3783 is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 55 | 131 | - |
| CMYK | 0 | 0.71 | 0.30 | 0.26 |
| HSL | 325.71º | 0.55% | 0.48% | - |
| HSV(B) | 325.71º | 0.71% | 0.74% | - |
| XYZ | 26.2 | 15.06 | 23 | - |
| YUV | 103.43 | 143.56 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 55 | 131 | 0 | 0.71 | 0.30 | 0.26 | 325.71 | 0.55 | 0.48 |
| Hex | BC | 37 | 83 | 0 | 47 | 1E | 1A | 146 | 37 | 30 |
| Octal | 274 | 67 | 203 | 0 | 107 | 36 | 32 | 506 | 67 | 60 |
| Binary | 10111100 | 110111 | 10000011 | 0 | 1000111 | 11110 | 11010 | 101000110 | 110111 | 110000 |
Color Harmonies of #BC3783
Complementary color
Monochromatic Colors of #BC3783
Black with #BC3783
Text Example
Text Example
White with #BC3783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3783; }
p { color: rgb(188,55,131); }
H1.HeaderClassName
{
color: #BC3783;
}
.AnyTagClassName
{
color: #BC3783;
}
</style>
background-color css
<style>
a { background-color: #BC3783; }
a { background-color: rgb(188,55,131); }
div.DivClassName
{
background-color: #BC3783;
}
.BgClassName
{
background-color: #BC3783;
}
</style>
border-color css
<style>
span { border-color: #BC3783; }
span { border-color: rgb(188,55,131); }
td.TdClassName
{
border-color: #BC3783;
}
.TagClassName
{
border-color: #BC3783;
}
</style>