Shades of Medium Red Violet #BC2B89
Tints of Medium Red Violet #BC2B89
RGB
CMYK
RGB Variations
Color information
#BC2B89 (or 0xBC2B89) is known color: Medium Red Violet. HEX triplet: BC, 2B and 89. RGB value is (188,43,137). Sum of RGB (Red+Green+Blue) = 188+43+137=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 43 (17.19% from 255 or 11.68% from 368); Blue value is 137 (53.91% from 255 or 37.23% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2B89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2B89 is #43D476. Grayscale: #606060. Windows color (decimal): -4445303 or 8989628. OLE color: 8989628.
HSL color Cylindrical-coordinate representation of color #BC2B89: hue angle of 321.1º 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 #BC2B89 is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 43 | 137 | - |
| CMYK | 0 | 0.77 | 0.27 | 0.26 |
| HSL | 321.1º | 0.63% | 0.45% | - |
| HSV(B) | 321.1º | 0.77% | 0.74% | - |
| XYZ | 26.12 | 14.23 | 25.04 | - |
| YUV | 97.07 | 150.54 | 192.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 43 | 137 | 0 | 0.77 | 0.27 | 0.26 | 321.1 | 0.63 | 0.45 |
| Hex | BC | 2B | 89 | 0 | 4D | 1B | 1A | 141 | 3F | 2D |
| Octal | 274 | 53 | 211 | 0 | 115 | 33 | 32 | 501 | 77 | 55 |
| Binary | 10111100 | 101011 | 10001001 | 0 | 1001101 | 11011 | 11010 | 101000001 | 111111 | 101101 |
Color Harmonies of #BC2B89
Complementary color
Monochromatic Colors of #BC2B89
Black with #BC2B89
Text Example
Text Example
White with #BC2B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2B89; }
p { color: rgb(188,43,137); }
H1.HeaderClassName
{
color: #BC2B89;
}
.AnyTagClassName
{
color: #BC2B89;
}
</style>
background-color css
<style>
a { background-color: #BC2B89; }
a { background-color: rgb(188,43,137); }
div.DivClassName
{
background-color: #BC2B89;
}
.BgClassName
{
background-color: #BC2B89;
}
</style>
border-color css
<style>
span { border-color: #BC2B89; }
span { border-color: rgb(188,43,137); }
td.TdClassName
{
border-color: #BC2B89;
}
.TagClassName
{
border-color: #BC2B89;
}
</style>