Shades of Medium Red Violet #BC2D8C
Tints of Medium Red Violet #BC2D8C
RGB
CMYK
RGB Variations
Color information
#BC2D8C (or 0xBC2D8C) is known color: Medium Red Violet. HEX triplet: BC, 2D and 8C. RGB value is (188,45,140). Sum of RGB (Red+Green+Blue) = 188+45+140=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 45 (17.97% from 255 or 12.06% from 373); Blue value is 140 (55.08% from 255 or 37.53% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2D8C is #43D273. Grayscale: #626262. Windows color (decimal): -4444788 or 9186748. OLE color: 9186748.
HSL color Cylindrical-coordinate representation of color #BC2D8C: hue angle of 320.14º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC2D8C is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 45 | 140 | - |
| CMYK | 0 | 0.76 | 0.26 | 0.26 |
| HSL | 320.14º | 0.61% | 0.46% | - |
| HSV(B) | 320.14º | 0.76% | 0.74% | - |
| XYZ | 26.41 | 14.46 | 26.21 | - |
| YUV | 98.59 | 151.38 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 140 | 0 | 0.76 | 0.26 | 0.26 | 320.14 | 0.61 | 0.46 |
| Hex | BC | 2D | 8C | 0 | 4C | 1A | 1A | 140 | 3D | 2E |
| Octal | 274 | 55 | 214 | 0 | 114 | 32 | 32 | 500 | 75 | 56 |
| Binary | 10111100 | 101101 | 10001100 | 0 | 1001100 | 11010 | 11010 | 101000000 | 111101 | 101110 |
Color Harmonies of #BC2D8C
Complementary color
Monochromatic Colors of #BC2D8C
Black with #BC2D8C
Text Example
Text Example
White with #BC2D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2D8C; }
p { color: rgb(188,45,140); }
H1.HeaderClassName
{
color: #BC2D8C;
}
.AnyTagClassName
{
color: #BC2D8C;
}
</style>
background-color css
<style>
a { background-color: #BC2D8C; }
a { background-color: rgb(188,45,140); }
div.DivClassName
{
background-color: #BC2D8C;
}
.BgClassName
{
background-color: #BC2D8C;
}
</style>
border-color css
<style>
span { border-color: #BC2D8C; }
span { border-color: rgb(188,45,140); }
td.TdClassName
{
border-color: #BC2D8C;
}
.TagClassName
{
border-color: #BC2D8C;
}
</style>