Shades of Medium Violet Red #BC2081
Tints of Medium Violet Red #BC2081
RGB
CMYK
RGB Variations
Color information
#BC2081 (or 0xBC2081) is known color: Medium Violet Red. HEX triplet: BC, 20 and 81. RGB value is (188,32,129). Sum of RGB (Red+Green+Blue) = 188+32+129=349 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.87% from 349); Green value is 32 (12.89% from 255 or 9.17% from 349); Blue value is 129 (50.78% from 255 or 36.96% from 349); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2081 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2081 is #43DF7E. Grayscale: #595959. Windows color (decimal): -4448127 or 8462524. OLE color: 8462524.
HSL color Cylindrical-coordinate representation of color #BC2081: hue angle of 322.69º 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 #BC2081 is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 32 | 129 | - |
| CMYK | 0 | 0.83 | 0.31 | 0.26 |
| HSL | 322.69º | 0.71% | 0.43% | - |
| HSV(B) | 322.69º | 0.83% | 0.74% | - |
| XYZ | 25.22 | 13.31 | 22.01 | - |
| YUV | 89.7 | 150.18 | 198.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 129 | 0 | 0.83 | 0.31 | 0.26 | 322.69 | 0.71 | 0.43 |
| Hex | BC | 20 | 81 | 0 | 53 | 1F | 1A | 143 | 47 | 2B |
| Octal | 274 | 40 | 201 | 0 | 123 | 37 | 32 | 503 | 107 | 53 |
| Binary | 10111100 | 100000 | 10000001 | 0 | 1010011 | 11111 | 11010 | 101000011 | 1000111 | 101011 |
Color Harmonies of #BC2081
Complementary color
Monochromatic Colors of #BC2081
Black with #BC2081
Text Example
Text Example
White with #BC2081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2081; }
p { color: rgb(188,32,129); }
H1.HeaderClassName
{
color: #BC2081;
}
.AnyTagClassName
{
color: #BC2081;
}
</style>
background-color css
<style>
a { background-color: #BC2081; }
a { background-color: rgb(188,32,129); }
div.DivClassName
{
background-color: #BC2081;
}
.BgClassName
{
background-color: #BC2081;
}
</style>
border-color css
<style>
span { border-color: #BC2081; }
span { border-color: rgb(188,32,129); }
td.TdClassName
{
border-color: #BC2081;
}
.TagClassName
{
border-color: #BC2081;
}
</style>