Shades of Medium Violet Red #BC2181
Tints of Medium Violet Red #BC2181
RGB
CMYK
RGB Variations
Color information
#BC2181 (or 0xBC2181) is known color: Medium Violet Red. HEX triplet: BC, 21 and 81. RGB value is (188,33,129). Sum of RGB (Red+Green+Blue) = 188+33+129=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 33 (13.28% from 255 or 9.43% from 350); Blue value is 129 (50.78% from 255 or 36.86% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2181 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2181 is #43DE7E. Grayscale: #5A5A5A. Windows color (decimal): -4447871 or 8462780. OLE color: 8462780.
HSL color Cylindrical-coordinate representation of color #BC2181: hue angle of 322.84º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC2181 is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 33 | 129 | - |
| CMYK | 0 | 0.82 | 0.31 | 0.26 |
| HSL | 322.84º | 0.7% | 0.43% | - |
| HSV(B) | 322.84º | 0.82% | 0.74% | - |
| XYZ | 25.25 | 13.36 | 22.02 | - |
| YUV | 90.29 | 149.85 | 197.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 33 | 129 | 0 | 0.82 | 0.31 | 0.26 | 322.84 | 0.7 | 0.43 |
| Hex | BC | 21 | 81 | 0 | 52 | 1F | 1A | 143 | 46 | 2B |
| Octal | 274 | 41 | 201 | 0 | 122 | 37 | 32 | 503 | 106 | 53 |
| Binary | 10111100 | 100001 | 10000001 | 0 | 1010010 | 11111 | 11010 | 101000011 | 1000110 | 101011 |
Color Harmonies of #BC2181
Complementary color
Monochromatic Colors of #BC2181
Black with #BC2181
Text Example
Text Example
White with #BC2181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2181; }
p { color: rgb(188,33,129); }
H1.HeaderClassName
{
color: #BC2181;
}
.AnyTagClassName
{
color: #BC2181;
}
</style>
background-color css
<style>
a { background-color: #BC2181; }
a { background-color: rgb(188,33,129); }
div.DivClassName
{
background-color: #BC2181;
}
.BgClassName
{
background-color: #BC2181;
}
</style>
border-color css
<style>
span { border-color: #BC2181; }
span { border-color: rgb(188,33,129); }
td.TdClassName
{
border-color: #BC2181;
}
.TagClassName
{
border-color: #BC2181;
}
</style>