Shades of Medium Violet Red #BC0089
Tints of Medium Violet Red #BC0089
RGB
CMYK
RGB Variations
Color information
#BC0089 (or 0xBC0089) is known color: Medium Violet Red. HEX triplet: BC, 00 and 89. RGB value is (188,0,137). Sum of RGB (Red+Green+Blue) = 188+0+137=325 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.85% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 137 (53.91% from 255 or 42.15% from 325); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0089 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0089 is #43FF76. Grayscale: #474747. Windows color (decimal): -4456311 or 8978620. OLE color: 8978620.
HSL color Cylindrical-coordinate representation of color #BC0089: hue angle of 316.28º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC0089 is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 0 | 137 | - |
| CMYK | 0 | 1 | 0.27 | 0.26 |
| HSL | 316.28º | 1% | 0.37% | - |
| HSV(B) | 316.28º | 1% | 0.74% | - |
| XYZ | 25.25 | 12.5 | 24.75 | - |
| YUV | 71.83 | 164.78 | 210.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 0 | 137 | 0 | 1 | 0.27 | 0.26 | 316.28 | 1 | 0.37 |
| Hex | BC | 0 | 89 | 0 | 64 | 1B | 1A | 13C | 64 | 25 |
| Octal | 274 | 0 | 211 | 0 | 144 | 33 | 32 | 474 | 144 | 45 |
| Binary | 10111100 | 0 | 10001001 | 0 | 1100100 | 11011 | 11010 | 100111100 | 1100100 | 100101 |
Color Harmonies of #BC0089
Complementary color
Monochromatic Colors of #BC0089
Black with #BC0089
Text Example
Text Example
White with #BC0089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0089; }
p { color: rgb(188,0,137); }
H1.HeaderClassName
{
color: #BC0089;
}
.AnyTagClassName
{
color: #BC0089;
}
</style>
background-color css
<style>
a { background-color: #BC0089; }
a { background-color: rgb(188,0,137); }
div.DivClassName
{
background-color: #BC0089;
}
.BgClassName
{
background-color: #BC0089;
}
</style>
border-color css
<style>
span { border-color: #BC0089; }
span { border-color: rgb(188,0,137); }
td.TdClassName
{
border-color: #BC0089;
}
.TagClassName
{
border-color: #BC0089;
}
</style>