Shades of Medium Violet Red #BC1089
Tints of Medium Violet Red #BC1089
RGB
CMYK
RGB Variations
Color information
#BC1089 (or 0xBC1089) is known color: Medium Violet Red. HEX triplet: BC, 10 and 89. RGB value is (188,16,137). Sum of RGB (Red+Green+Blue) = 188+16+137=341 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.13% from 341); Green value is 16 (6.64% from 255 or 4.69% from 341); Blue value is 137 (53.91% from 255 or 40.18% from 341); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1089 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1089 is #43EF76. Grayscale: #505050. Windows color (decimal): -4452215 or 8982716. OLE color: 8982716.
HSL color Cylindrical-coordinate representation of color #BC1089: hue angle of 317.79º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC1089 is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 16 | 137 | - |
| CMYK | 0 | 0.91 | 0.27 | 0.26 |
| HSL | 317.79º | 0.84% | 0.4% | - |
| HSV(B) | 317.79º | 0.91% | 0.74% | - |
| XYZ | 25.44 | 12.87 | 24.81 | - |
| YUV | 81.22 | 159.48 | 204.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 16 | 137 | 0 | 0.91 | 0.27 | 0.26 | 317.79 | 0.84 | 0.4 |
| Hex | BC | 10 | 89 | 0 | 5B | 1B | 1A | 13E | 54 | 28 |
| Octal | 274 | 20 | 211 | 0 | 133 | 33 | 32 | 476 | 124 | 50 |
| Binary | 10111100 | 10000 | 10001001 | 0 | 1011011 | 11011 | 11010 | 100111110 | 1010100 | 101000 |
Color Harmonies of #BC1089
Complementary color
Monochromatic Colors of #BC1089
Black with #BC1089
Text Example
Text Example
White with #BC1089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1089; }
p { color: rgb(188,16,137); }
H1.HeaderClassName
{
color: #BC1089;
}
.AnyTagClassName
{
color: #BC1089;
}
</style>
background-color css
<style>
a { background-color: #BC1089; }
a { background-color: rgb(188,16,137); }
div.DivClassName
{
background-color: #BC1089;
}
.BgClassName
{
background-color: #BC1089;
}
</style>
border-color css
<style>
span { border-color: #BC1089; }
span { border-color: rgb(188,16,137); }
td.TdClassName
{
border-color: #BC1089;
}
.TagClassName
{
border-color: #BC1089;
}
</style>