Shades of Medium Red Violet #BC3982
Tints of Medium Red Violet #BC3982
RGB
CMYK
RGB Variations
Color information
#BC3982 (or 0xBC3982) is known color: Medium Red Violet. HEX triplet: BC, 39 and 82. RGB value is (188,57,130). Sum of RGB (Red+Green+Blue) = 188+57+130=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 57 (22.66% from 255 or 15.2% from 375); Blue value is 130 (51.17% from 255 or 34.67% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3982 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3982 is #43C67D. Grayscale: #686868. Windows color (decimal): -4441726 or 8534460. OLE color: 8534460.
HSL color Cylindrical-coordinate representation of color #BC3982: hue angle of 326.56º 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 #BC3982 is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 57 | 130 | - |
| CMYK | 0 | 0.70 | 0.31 | 0.26 |
| HSL | 326.56º | 0.53% | 0.48% | - |
| HSV(B) | 326.56º | 0.7% | 0.74% | - |
| XYZ | 26.23 | 15.23 | 22.68 | - |
| YUV | 104.49 | 142.4 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 57 | 130 | 0 | 0.70 | 0.31 | 0.26 | 326.56 | 0.53 | 0.48 |
| Hex | BC | 39 | 82 | 0 | 46 | 1F | 1A | 147 | 35 | 30 |
| Octal | 274 | 71 | 202 | 0 | 106 | 37 | 32 | 507 | 65 | 60 |
| Binary | 10111100 | 111001 | 10000010 | 0 | 1000110 | 11111 | 11010 | 101000111 | 110101 | 110000 |
Color Harmonies of #BC3982
Complementary color
Monochromatic Colors of #BC3982
Black with #BC3982
Text Example
Text Example
White with #BC3982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3982; }
p { color: rgb(188,57,130); }
H1.HeaderClassName
{
color: #BC3982;
}
.AnyTagClassName
{
color: #BC3982;
}
</style>
background-color css
<style>
a { background-color: #BC3982; }
a { background-color: rgb(188,57,130); }
div.DivClassName
{
background-color: #BC3982;
}
.BgClassName
{
background-color: #BC3982;
}
</style>
border-color css
<style>
span { border-color: #BC3982; }
span { border-color: rgb(188,57,130); }
td.TdClassName
{
border-color: #BC3982;
}
.TagClassName
{
border-color: #BC3982;
}
</style>