Shades of Medium Red Violet #BC2B96
Tints of Medium Red Violet #BC2B96
RGB
CMYK
RGB Variations
Color information
#BC2B96 (or 0xBC2B96) is known color: Medium Red Violet. HEX triplet: BC, 2B and 96. RGB value is (188,43,150). Sum of RGB (Red+Green+Blue) = 188+43+150=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 43 (17.19% from 255 or 11.29% from 381); Blue value is 150 (58.98% from 255 or 39.37% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2B96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2B96 is #43D469. Grayscale: #626262. Windows color (decimal): -4445290 or 9841596. OLE color: 9841596.
HSL color Cylindrical-coordinate representation of color #BC2B96: hue angle of 315.72º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC2B96 is Cyan = 0, Magento = 0.77, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 43 | 150 | - |
| CMYK | 0 | 0.77 | 0.20 | 0.26 |
| HSL | 315.72º | 0.63% | 0.45% | - |
| HSV(B) | 315.72º | 0.77% | 0.74% | - |
| XYZ | 27.11 | 14.62 | 30.25 | - |
| YUV | 98.55 | 157.04 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 43 | 150 | 0 | 0.77 | 0.20 | 0.26 | 315.72 | 0.63 | 0.45 |
| Hex | BC | 2B | 96 | 0 | 4D | 14 | 1A | 13C | 3F | 2D |
| Octal | 274 | 53 | 226 | 0 | 115 | 24 | 32 | 474 | 77 | 55 |
| Binary | 10111100 | 101011 | 10010110 | 0 | 1001101 | 10100 | 11010 | 100111100 | 111111 | 101101 |
Color Harmonies of #BC2B96
Complementary color
Monochromatic Colors of #BC2B96
Black with #BC2B96
Text Example
Text Example
White with #BC2B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2B96; }
p { color: rgb(188,43,150); }
H1.HeaderClassName
{
color: #BC2B96;
}
.AnyTagClassName
{
color: #BC2B96;
}
</style>
background-color css
<style>
a { background-color: #BC2B96; }
a { background-color: rgb(188,43,150); }
div.DivClassName
{
background-color: #BC2B96;
}
.BgClassName
{
background-color: #BC2B96;
}
</style>
border-color css
<style>
span { border-color: #BC2B96; }
span { border-color: rgb(188,43,150); }
td.TdClassName
{
border-color: #BC2B96;
}
.TagClassName
{
border-color: #BC2B96;
}
</style>