Shades of Medium Violet Red #BC2084
Tints of Medium Violet Red #BC2084
RGB
CMYK
RGB Variations
Color information
#BC2084 (or 0xBC2084) is known color: Medium Violet Red. HEX triplet: BC, 20 and 84. RGB value is (188,32,132). Sum of RGB (Red+Green+Blue) = 188+32+132=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 32 (12.89% from 255 or 9.09% from 352); Blue value is 132 (51.95% from 255 or 37.5% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2084 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2084 is #43DF7B. Grayscale: #595959. Windows color (decimal): -4448124 or 8659132. OLE color: 8659132.
HSL color Cylindrical-coordinate representation of color #BC2084: hue angle of 321.54º 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 #BC2084 is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 32 | 132 | - |
| CMYK | 0 | 0.83 | 0.30 | 0.26 |
| HSL | 321.54º | 0.71% | 0.43% | - |
| HSV(B) | 321.54º | 0.83% | 0.74% | - |
| XYZ | 25.42 | 13.39 | 23.07 | - |
| YUV | 90.04 | 151.68 | 197.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 132 | 0 | 0.83 | 0.30 | 0.26 | 321.54 | 0.71 | 0.43 |
| Hex | BC | 20 | 84 | 0 | 53 | 1E | 1A | 142 | 47 | 2B |
| Octal | 274 | 40 | 204 | 0 | 123 | 36 | 32 | 502 | 107 | 53 |
| Binary | 10111100 | 100000 | 10000100 | 0 | 1010011 | 11110 | 11010 | 101000010 | 1000111 | 101011 |
Color Harmonies of #BC2084
Complementary color
Monochromatic Colors of #BC2084
Black with #BC2084
Text Example
Text Example
White with #BC2084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2084; }
p { color: rgb(188,32,132); }
H1.HeaderClassName
{
color: #BC2084;
}
.AnyTagClassName
{
color: #BC2084;
}
</style>
background-color css
<style>
a { background-color: #BC2084; }
a { background-color: rgb(188,32,132); }
div.DivClassName
{
background-color: #BC2084;
}
.BgClassName
{
background-color: #BC2084;
}
</style>
border-color css
<style>
span { border-color: #BC2084; }
span { border-color: rgb(188,32,132); }
td.TdClassName
{
border-color: #BC2084;
}
.TagClassName
{
border-color: #BC2084;
}
</style>