Shades of Medium Red Violet #BC2B99
Tints of Medium Red Violet #BC2B99
RGB
CMYK
RGB Variations
Color information
#BC2B99 (or 0xBC2B99) is known color: Medium Red Violet. HEX triplet: BC, 2B and 99. RGB value is (188,43,153). Sum of RGB (Red+Green+Blue) = 188+43+153=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 43 (17.19% from 255 or 11.20% from 384); Blue value is 153 (60.16% from 255 or 39.84% from 384); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2B99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2B99 is #43D466. Grayscale: #626262. Windows color (decimal): -4445287 or 10038204. OLE color: 10038204.
HSL color Cylindrical-coordinate representation of color #BC2B99: hue angle of 314.48º 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 #BC2B99 is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 43 | 153 | - |
| CMYK | 0 | 0.77 | 0.19 | 0.26 |
| HSL | 314.48º | 0.63% | 0.45% | - |
| HSV(B) | 314.48º | 0.77% | 0.74% | - |
| XYZ | 27.35 | 14.72 | 31.54 | - |
| YUV | 98.9 | 158.54 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 43 | 153 | 0 | 0.77 | 0.19 | 0.26 | 314.48 | 0.63 | 0.45 |
| Hex | BC | 2B | 99 | 0 | 4D | 13 | 1A | 13A | 3F | 2D |
| Octal | 274 | 53 | 231 | 0 | 115 | 23 | 32 | 472 | 77 | 55 |
| Binary | 10111100 | 101011 | 10011001 | 0 | 1001101 | 10011 | 11010 | 100111010 | 111111 | 101101 |
Color Harmonies of #BC2B99
Complementary color
Monochromatic Colors of #BC2B99
Black with #BC2B99
Text Example
Text Example
White with #BC2B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2B99; }
p { color: rgb(188,43,153); }
H1.HeaderClassName
{
color: #BC2B99;
}
.AnyTagClassName
{
color: #BC2B99;
}
</style>
background-color css
<style>
a { background-color: #BC2B99; }
a { background-color: rgb(188,43,153); }
div.DivClassName
{
background-color: #BC2B99;
}
.BgClassName
{
background-color: #BC2B99;
}
</style>
border-color css
<style>
span { border-color: #BC2B99; }
span { border-color: rgb(188,43,153); }
td.TdClassName
{
border-color: #BC2B99;
}
.TagClassName
{
border-color: #BC2B99;
}
</style>