Shades of Medium Red Violet #BC2988
Tints of Medium Red Violet #BC2988
RGB
CMYK
RGB Variations
Color information
#BC2988 (or 0xBC2988) is known color: Medium Red Violet. HEX triplet: BC, 29 and 88. RGB value is (188,41,136). Sum of RGB (Red+Green+Blue) = 188+41+136=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 41 (16.41% from 255 or 11.23% from 365); Blue value is 136 (53.52% from 255 or 37.26% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2988 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2988 is #43D677. Grayscale: #5F5F5F. Windows color (decimal): -4445816 or 8923580. OLE color: 8923580.
HSL color Cylindrical-coordinate representation of color #BC2988: hue angle of 321.22º 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 #BC2988 is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 41 | 136 | - |
| CMYK | 0 | 0.78 | 0.28 | 0.26 |
| HSL | 321.22º | 0.64% | 0.45% | - |
| HSV(B) | 321.22º | 0.78% | 0.74% | - |
| XYZ | 25.98 | 14.05 | 24.64 | - |
| YUV | 95.78 | 150.7 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 41 | 136 | 0 | 0.78 | 0.28 | 0.26 | 321.22 | 0.64 | 0.45 |
| Hex | BC | 29 | 88 | 0 | 4E | 1C | 1A | 141 | 40 | 2D |
| Octal | 274 | 51 | 210 | 0 | 116 | 34 | 32 | 501 | 100 | 55 |
| Binary | 10111100 | 101001 | 10001000 | 0 | 1001110 | 11100 | 11010 | 101000001 | 1000000 | 101101 |
Color Harmonies of #BC2988
Complementary color
Monochromatic Colors of #BC2988
Black with #BC2988
Text Example
Text Example
White with #BC2988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2988; }
p { color: rgb(188,41,136); }
H1.HeaderClassName
{
color: #BC2988;
}
.AnyTagClassName
{
color: #BC2988;
}
</style>
background-color css
<style>
a { background-color: #BC2988; }
a { background-color: rgb(188,41,136); }
div.DivClassName
{
background-color: #BC2988;
}
.BgClassName
{
background-color: #BC2988;
}
</style>
border-color css
<style>
span { border-color: #BC2988; }
span { border-color: rgb(188,41,136); }
td.TdClassName
{
border-color: #BC2988;
}
.TagClassName
{
border-color: #BC2988;
}
</style>