Shades of Medium Red Violet #BC2D99
Tints of Medium Red Violet #BC2D99
RGB
CMYK
RGB Variations
Color information
#BC2D99 (or 0xBC2D99) is known color: Medium Red Violet. HEX triplet: BC, 2D and 99. RGB value is (188,45,153). Sum of RGB (Red+Green+Blue) = 188+45+153=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 45 (17.97% from 255 or 11.66% from 386); Blue value is 153 (60.16% from 255 or 39.64% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2D99 is #43D266. Grayscale: #636363. Windows color (decimal): -4444775 or 10038716. OLE color: 10038716.
HSL color Cylindrical-coordinate representation of color #BC2D99: hue angle of 314.69º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC2D99 is Cyan = 0, Magento = 0.76, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 45 | 153 | - |
| CMYK | 0 | 0.76 | 0.19 | 0.26 |
| HSL | 314.69º | 0.61% | 0.46% | - |
| HSV(B) | 314.69º | 0.76% | 0.74% | - |
| XYZ | 27.43 | 14.87 | 31.56 | - |
| YUV | 100.07 | 157.88 | 190.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 153 | 0 | 0.76 | 0.19 | 0.26 | 314.69 | 0.61 | 0.46 |
| Hex | BC | 2D | 99 | 0 | 4C | 13 | 1A | 13B | 3D | 2E |
| Octal | 274 | 55 | 231 | 0 | 114 | 23 | 32 | 473 | 75 | 56 |
| Binary | 10111100 | 101101 | 10011001 | 0 | 1001100 | 10011 | 11010 | 100111011 | 111101 | 101110 |
Color Harmonies of #BC2D99
Complementary color
Monochromatic Colors of #BC2D99
Black with #BC2D99
Text Example
Text Example
White with #BC2D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2D99; }
p { color: rgb(188,45,153); }
H1.HeaderClassName
{
color: #BC2D99;
}
.AnyTagClassName
{
color: #BC2D99;
}
</style>
background-color css
<style>
a { background-color: #BC2D99; }
a { background-color: rgb(188,45,153); }
div.DivClassName
{
background-color: #BC2D99;
}
.BgClassName
{
background-color: #BC2D99;
}
</style>
border-color css
<style>
span { border-color: #BC2D99; }
span { border-color: rgb(188,45,153); }
td.TdClassName
{
border-color: #BC2D99;
}
.TagClassName
{
border-color: #BC2D99;
}
</style>