Shades of Medium Violet Red #BC2079
Tints of Medium Violet Red #BC2079
RGB
CMYK
RGB Variations
Color information
#BC2079 (or 0xBC2079) is known color: Medium Violet Red. HEX triplet: BC, 20 and 79. RGB value is (188,32,121). Sum of RGB (Red+Green+Blue) = 188+32+121=341 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.13% from 341); Green value is 32 (12.89% from 255 or 9.38% from 341); Blue value is 121 (47.66% from 255 or 35.48% from 341); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2079 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2079 is #43DF86. Grayscale: #585858. Windows color (decimal): -4448135 or 7938236. OLE color: 7938236.
HSL color Cylindrical-coordinate representation of color #BC2079: hue angle of 325.77º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC2079 is Cyan = 0, Magento = 0.83, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 32 | 121 | - |
| CMYK | 0 | 0.83 | 0.36 | 0.26 |
| HSL | 325.77º | 0.71% | 0.43% | - |
| HSV(B) | 325.77º | 0.83% | 0.74% | - |
| XYZ | 24.71 | 13.1 | 19.32 | - |
| YUV | 88.79 | 146.18 | 198.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 121 | 0 | 0.83 | 0.36 | 0.26 | 325.77 | 0.71 | 0.43 |
| Hex | BC | 20 | 79 | 0 | 53 | 24 | 1A | 146 | 47 | 2B |
| Octal | 274 | 40 | 171 | 0 | 123 | 44 | 32 | 506 | 107 | 53 |
| Binary | 10111100 | 100000 | 1111001 | 0 | 1010011 | 100100 | 11010 | 101000110 | 1000111 | 101011 |
Color Harmonies of #BC2079
Complementary color
Monochromatic Colors of #BC2079
Black with #BC2079
Text Example
Text Example
White with #BC2079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2079; }
p { color: rgb(188,32,121); }
H1.HeaderClassName
{
color: #BC2079;
}
.AnyTagClassName
{
color: #BC2079;
}
</style>
background-color css
<style>
a { background-color: #BC2079; }
a { background-color: rgb(188,32,121); }
div.DivClassName
{
background-color: #BC2079;
}
.BgClassName
{
background-color: #BC2079;
}
</style>
border-color css
<style>
span { border-color: #BC2079; }
span { border-color: rgb(188,32,121); }
td.TdClassName
{
border-color: #BC2079;
}
.TagClassName
{
border-color: #BC2079;
}
</style>