Shades of Medium Violet Red #BC0589
Tints of Medium Violet Red #BC0589
RGB
CMYK
RGB Variations
Color information
#BC0589 (or 0xBC0589) is known color: Medium Violet Red. HEX triplet: BC, 05 and 89. RGB value is (188,5,137). Sum of RGB (Red+Green+Blue) = 188+5+137=330 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.97% from 330); Green value is 5 (2.34% from 255 or 1.52% from 330); Blue value is 137 (53.91% from 255 or 41.52% from 330); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0589 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0589 is #43FA76. Grayscale: #4A4A4A. Windows color (decimal): -4455031 or 8979900. OLE color: 8979900.
HSL color Cylindrical-coordinate representation of color #BC0589: hue angle of 316.72º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC0589 is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 5 | 137 | - |
| CMYK | 0 | 0.97 | 0.27 | 0.26 |
| HSL | 316.72º | 0.95% | 0.38% | - |
| HSV(B) | 316.72º | 0.97% | 0.74% | - |
| XYZ | 25.31 | 12.61 | 24.77 | - |
| YUV | 74.77 | 163.13 | 208.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 5 | 137 | 0 | 0.97 | 0.27 | 0.26 | 316.72 | 0.95 | 0.38 |
| Hex | BC | 5 | 89 | 0 | 61 | 1B | 1A | 13D | 5F | 26 |
| Octal | 274 | 5 | 211 | 0 | 141 | 33 | 32 | 475 | 137 | 46 |
| Binary | 10111100 | 101 | 10001001 | 0 | 1100001 | 11011 | 11010 | 100111101 | 1011111 | 100110 |
Color Harmonies of #BC0589
Complementary color
Monochromatic Colors of #BC0589
Black with #BC0589
Text Example
Text Example
White with #BC0589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0589; }
p { color: rgb(188,5,137); }
H1.HeaderClassName
{
color: #BC0589;
}
.AnyTagClassName
{
color: #BC0589;
}
</style>
background-color css
<style>
a { background-color: #BC0589; }
a { background-color: rgb(188,5,137); }
div.DivClassName
{
background-color: #BC0589;
}
.BgClassName
{
background-color: #BC0589;
}
</style>
border-color css
<style>
span { border-color: #BC0589; }
span { border-color: rgb(188,5,137); }
td.TdClassName
{
border-color: #BC0589;
}
.TagClassName
{
border-color: #BC0589;
}
</style>