Shades of Medium Red Violet #BC2981
Tints of Medium Red Violet #BC2981
RGB
CMYK
RGB Variations
Color information
#BC2981 (or 0xBC2981) is known color: Medium Red Violet. HEX triplet: BC, 29 and 81. RGB value is (188,41,129). Sum of RGB (Red+Green+Blue) = 188+41+129=358 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.51% from 358); Green value is 41 (16.41% from 255 or 11.45% from 358); Blue value is 129 (50.78% from 255 or 36.03% from 358); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2981 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2981 is #43D67E. Grayscale: #5E5E5E. Windows color (decimal): -4445823 or 8464828. OLE color: 8464828.
HSL color Cylindrical-coordinate representation of color #BC2981: hue angle of 324.08º degrees, saturation: 0.64, 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 #BC2981 is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 41 | 129 | - |
| CMYK | 0 | 0.78 | 0.31 | 0.26 |
| HSL | 324.08º | 0.64% | 0.45% | - |
| HSV(B) | 324.08º | 0.78% | 0.74% | - |
| XYZ | 25.49 | 13.86 | 22.1 | - |
| YUV | 94.99 | 147.2 | 194.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 41 | 129 | 0 | 0.78 | 0.31 | 0.26 | 324.08 | 0.64 | 0.45 |
| Hex | BC | 29 | 81 | 0 | 4E | 1F | 1A | 144 | 40 | 2D |
| Octal | 274 | 51 | 201 | 0 | 116 | 37 | 32 | 504 | 100 | 55 |
| Binary | 10111100 | 101001 | 10000001 | 0 | 1001110 | 11111 | 11010 | 101000100 | 1000000 | 101101 |
Color Harmonies of #BC2981
Complementary color
Monochromatic Colors of #BC2981
Black with #BC2981
Text Example
Text Example
White with #BC2981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2981; }
p { color: rgb(188,41,129); }
H1.HeaderClassName
{
color: #BC2981;
}
.AnyTagClassName
{
color: #BC2981;
}
</style>
background-color css
<style>
a { background-color: #BC2981; }
a { background-color: rgb(188,41,129); }
div.DivClassName
{
background-color: #BC2981;
}
.BgClassName
{
background-color: #BC2981;
}
</style>
border-color css
<style>
span { border-color: #BC2981; }
span { border-color: rgb(188,41,129); }
td.TdClassName
{
border-color: #BC2981;
}
.TagClassName
{
border-color: #BC2981;
}
</style>