Shades of Medium Red Violet #BC2A8C
Tints of Medium Red Violet #BC2A8C
RGB
CMYK
RGB Variations
Color information
#BC2A8C (or 0xBC2A8C) is known color: Medium Red Violet. HEX triplet: BC, 2A and 8C. RGB value is (188,42,140). Sum of RGB (Red+Green+Blue) = 188+42+140=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 42 (16.80% from 255 or 11.35% from 370); Blue value is 140 (55.08% from 255 or 37.84% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2A8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2A8C is #43D573. Grayscale: #606060. Windows color (decimal): -4445556 or 9185980. OLE color: 9185980.
HSL color Cylindrical-coordinate representation of color #BC2A8C: hue angle of 319.73º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC2A8C is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 42 | 140 | - |
| CMYK | 0 | 0.78 | 0.26 | 0.26 |
| HSL | 319.73º | 0.63% | 0.45% | - |
| HSV(B) | 319.73º | 0.78% | 0.74% | - |
| XYZ | 26.3 | 14.24 | 26.17 | - |
| YUV | 96.83 | 152.37 | 193.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 42 | 140 | 0 | 0.78 | 0.26 | 0.26 | 319.73 | 0.63 | 0.45 |
| Hex | BC | 2A | 8C | 0 | 4E | 1A | 1A | 140 | 3F | 2D |
| Octal | 274 | 52 | 214 | 0 | 116 | 32 | 32 | 500 | 77 | 55 |
| Binary | 10111100 | 101010 | 10001100 | 0 | 1001110 | 11010 | 11010 | 101000000 | 111111 | 101101 |
Color Harmonies of #BC2A8C
Complementary color
Monochromatic Colors of #BC2A8C
Black with #BC2A8C
Text Example
Text Example
White with #BC2A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2A8C; }
p { color: rgb(188,42,140); }
H1.HeaderClassName
{
color: #BC2A8C;
}
.AnyTagClassName
{
color: #BC2A8C;
}
</style>
background-color css
<style>
a { background-color: #BC2A8C; }
a { background-color: rgb(188,42,140); }
div.DivClassName
{
background-color: #BC2A8C;
}
.BgClassName
{
background-color: #BC2A8C;
}
</style>
border-color css
<style>
span { border-color: #BC2A8C; }
span { border-color: rgb(188,42,140); }
td.TdClassName
{
border-color: #BC2A8C;
}
.TagClassName
{
border-color: #BC2A8C;
}
</style>