Shades of Medium Red Violet #BC3879
Tints of Medium Red Violet #BC3879
RGB
CMYK
RGB Variations
Color information
#BC3879 (or 0xBC3879) is known color: Medium Red Violet. HEX triplet: BC, 38 and 79. RGB value is (188,56,121). Sum of RGB (Red+Green+Blue) = 188+56+121=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 56 (22.27% from 255 or 15.34% from 365); Blue value is 121 (47.66% from 255 or 33.15% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3879 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3879 is #43C786. Grayscale: #666666. Windows color (decimal): -4441991 or 7944380. OLE color: 7944380.
HSL color Cylindrical-coordinate representation of color #BC3879: hue angle of 330.45º 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 #BC3879 is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 56 | 121 | - |
| CMYK | 0 | 0.70 | 0.36 | 0.26 |
| HSL | 330.45º | 0.54% | 0.48% | - |
| HSV(B) | 330.45º | 0.7% | 0.74% | - |
| XYZ | 25.6 | 14.9 | 19.62 | - |
| YUV | 102.88 | 138.23 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 56 | 121 | 0 | 0.70 | 0.36 | 0.26 | 330.45 | 0.54 | 0.48 |
| Hex | BC | 38 | 79 | 0 | 46 | 24 | 1A | 14A | 36 | 30 |
| Octal | 274 | 70 | 171 | 0 | 106 | 44 | 32 | 512 | 66 | 60 |
| Binary | 10111100 | 111000 | 1111001 | 0 | 1000110 | 100100 | 11010 | 101001010 | 110110 | 110000 |
Color Harmonies of #BC3879
Complementary color
Monochromatic Colors of #BC3879
Black with #BC3879
Text Example
Text Example
White with #BC3879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3879; }
p { color: rgb(188,56,121); }
H1.HeaderClassName
{
color: #BC3879;
}
.AnyTagClassName
{
color: #BC3879;
}
</style>
background-color css
<style>
a { background-color: #BC3879; }
a { background-color: rgb(188,56,121); }
div.DivClassName
{
background-color: #BC3879;
}
.BgClassName
{
background-color: #BC3879;
}
</style>
border-color css
<style>
span { border-color: #BC3879; }
span { border-color: rgb(188,56,121); }
td.TdClassName
{
border-color: #BC3879;
}
.TagClassName
{
border-color: #BC3879;
}
</style>