Shades of Medium Red Violet #BC2899
Tints of Medium Red Violet #BC2899
RGB
CMYK
RGB Variations
Color information
#BC2899 (or 0xBC2899) is known color: Medium Red Violet. HEX triplet: BC, 28 and 99. RGB value is (188,40,153). Sum of RGB (Red+Green+Blue) = 188+40+153=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 40 (16.02% from 255 or 10.50% from 381); Blue value is 153 (60.16% from 255 or 40.16% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2899 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2899 is #43D766. Grayscale: #606060. Windows color (decimal): -4446055 or 10037436. OLE color: 10037436.
HSL color Cylindrical-coordinate representation of color #BC2899: hue angle of 314.19º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC2899 is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 40 | 153 | - |
| CMYK | 0 | 0.79 | 0.19 | 0.26 |
| HSL | 314.19º | 0.65% | 0.45% | - |
| HSV(B) | 314.19º | 0.79% | 0.74% | - |
| XYZ | 27.25 | 14.51 | 31.5 | - |
| YUV | 97.13 | 159.53 | 192.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 40 | 153 | 0 | 0.79 | 0.19 | 0.26 | 314.19 | 0.65 | 0.45 |
| Hex | BC | 28 | 99 | 0 | 4F | 13 | 1A | 13A | 41 | 2D |
| Octal | 274 | 50 | 231 | 0 | 117 | 23 | 32 | 472 | 101 | 55 |
| Binary | 10111100 | 101000 | 10011001 | 0 | 1001111 | 10011 | 11010 | 100111010 | 1000001 | 101101 |
Color Harmonies of #BC2899
Complementary color
Monochromatic Colors of #BC2899
Black with #BC2899
Text Example
Text Example
White with #BC2899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2899; }
p { color: rgb(188,40,153); }
H1.HeaderClassName
{
color: #BC2899;
}
.AnyTagClassName
{
color: #BC2899;
}
</style>
background-color css
<style>
a { background-color: #BC2899; }
a { background-color: rgb(188,40,153); }
div.DivClassName
{
background-color: #BC2899;
}
.BgClassName
{
background-color: #BC2899;
}
</style>
border-color css
<style>
span { border-color: #BC2899; }
span { border-color: rgb(188,40,153); }
td.TdClassName
{
border-color: #BC2899;
}
.TagClassName
{
border-color: #BC2899;
}
</style>