Shades of Medium Red Violet #BC2889
Tints of Medium Red Violet #BC2889
RGB
CMYK
RGB Variations
Color information
#BC2889 (or 0xBC2889) is known color: Medium Red Violet. HEX triplet: BC, 28 and 89. RGB value is (188,40,137). Sum of RGB (Red+Green+Blue) = 188+40+137=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 40 (16.02% from 255 or 10.96% from 365); Blue value is 137 (53.91% from 255 or 37.53% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2889 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2889 is #43D776. Grayscale: #5F5F5F. Windows color (decimal): -4446071 or 8988860. OLE color: 8988860.
HSL color Cylindrical-coordinate representation of color #BC2889: hue angle of 320.68º 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 #BC2889 is Cyan = 0, Magento = 0.79, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 40 | 137 | - |
| CMYK | 0 | 0.79 | 0.27 | 0.26 |
| HSL | 320.68º | 0.65% | 0.45% | - |
| HSV(B) | 320.68º | 0.79% | 0.74% | - |
| XYZ | 26.01 | 14.02 | 25 | - |
| YUV | 95.31 | 151.53 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 40 | 137 | 0 | 0.79 | 0.27 | 0.26 | 320.68 | 0.65 | 0.45 |
| Hex | BC | 28 | 89 | 0 | 4F | 1B | 1A | 141 | 41 | 2D |
| Octal | 274 | 50 | 211 | 0 | 117 | 33 | 32 | 501 | 101 | 55 |
| Binary | 10111100 | 101000 | 10001001 | 0 | 1001111 | 11011 | 11010 | 101000001 | 1000001 | 101101 |
Color Harmonies of #BC2889
Complementary color
Monochromatic Colors of #BC2889
Black with #BC2889
Text Example
Text Example
White with #BC2889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2889; }
p { color: rgb(188,40,137); }
H1.HeaderClassName
{
color: #BC2889;
}
.AnyTagClassName
{
color: #BC2889;
}
</style>
background-color css
<style>
a { background-color: #BC2889; }
a { background-color: rgb(188,40,137); }
div.DivClassName
{
background-color: #BC2889;
}
.BgClassName
{
background-color: #BC2889;
}
</style>
border-color css
<style>
span { border-color: #BC2889; }
span { border-color: rgb(188,40,137); }
td.TdClassName
{
border-color: #BC2889;
}
.TagClassName
{
border-color: #BC2889;
}
</style>