Shades of Medium Red Violet #BC2E8C
Tints of Medium Red Violet #BC2E8C
RGB
CMYK
RGB Variations
Color information
#BC2E8C (or 0xBC2E8C) is known color: Medium Red Violet. HEX triplet: BC, 2E and 8C. RGB value is (188,46,140). Sum of RGB (Red+Green+Blue) = 188+46+140=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 46 (18.36% from 255 or 12.30% from 374); Blue value is 140 (55.08% from 255 or 37.43% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2E8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2E8C is #43D173. Grayscale: #626262. Windows color (decimal): -4444532 or 9187004. OLE color: 9187004.
HSL color Cylindrical-coordinate representation of color #BC2E8C: hue angle of 320.28º 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 #BC2E8C is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 46 | 140 | - |
| CMYK | 0 | 0.76 | 0.26 | 0.26 |
| HSL | 320.28º | 0.61% | 0.46% | - |
| HSV(B) | 320.28º | 0.76% | 0.74% | - |
| XYZ | 26.45 | 14.54 | 26.22 | - |
| YUV | 99.17 | 151.04 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 46 | 140 | 0 | 0.76 | 0.26 | 0.26 | 320.28 | 0.61 | 0.46 |
| Hex | BC | 2E | 8C | 0 | 4C | 1A | 1A | 140 | 3D | 2E |
| Octal | 274 | 56 | 214 | 0 | 114 | 32 | 32 | 500 | 75 | 56 |
| Binary | 10111100 | 101110 | 10001100 | 0 | 1001100 | 11010 | 11010 | 101000000 | 111101 | 101110 |
Color Harmonies of #BC2E8C
Complementary color
Monochromatic Colors of #BC2E8C
Black with #BC2E8C
Text Example
Text Example
White with #BC2E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2E8C; }
p { color: rgb(188,46,140); }
H1.HeaderClassName
{
color: #BC2E8C;
}
.AnyTagClassName
{
color: #BC2E8C;
}
</style>
background-color css
<style>
a { background-color: #BC2E8C; }
a { background-color: rgb(188,46,140); }
div.DivClassName
{
background-color: #BC2E8C;
}
.BgClassName
{
background-color: #BC2E8C;
}
</style>
border-color css
<style>
span { border-color: #BC2E8C; }
span { border-color: rgb(188,46,140); }
td.TdClassName
{
border-color: #BC2E8C;
}
.TagClassName
{
border-color: #BC2E8C;
}
</style>