Shades of Medium Violet Red #BC0BA0
Tints of Medium Violet Red #BC0BA0
RGB
CMYK
RGB Variations
Color information
#BC0BA0 (or 0xBC0BA0) is known color: Medium Violet Red. HEX triplet: BC, 0B and A0. RGB value is (188,11,160). Sum of RGB (Red+Green+Blue) = 188+11+160=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 11 (4.69% from 255 or 3.06% from 359); Blue value is 160 (62.89% from 255 or 44.57% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0BA0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0BA0 is #43F45F. Grayscale: #505050. Windows color (decimal): -4453472 or 10488764. OLE color: 10488764.
HSL color Cylindrical-coordinate representation of color #BC0BA0: hue angle of 309.49º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0BA0 is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 11 | 160 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.26 |
| HSL | 309.49º | 0.89% | 0.39% | - |
| HSV(B) | 309.49º | 0.94% | 0.74% | - |
| XYZ | 27.2 | 13.47 | 34.42 | - |
| YUV | 80.91 | 172.64 | 204.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 11 | 160 | 0 | 0.94 | 0.15 | 0.26 | 309.49 | 0.89 | 0.39 |
| Hex | BC | B | A0 | 0 | 5E | F | 1A | 135 | 59 | 27 |
| Octal | 274 | 13 | 240 | 0 | 136 | 17 | 32 | 465 | 131 | 47 |
| Binary | 10111100 | 1011 | 10100000 | 0 | 1011110 | 1111 | 11010 | 100110101 | 1011001 | 100111 |
Color Harmonies of #BC0BA0
Complementary color
Monochromatic Colors of #BC0BA0
Black with #BC0BA0
Text Example
Text Example
White with #BC0BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0BA0; }
p { color: rgb(188,11,160); }
H1.HeaderClassName
{
color: #BC0BA0;
}
.AnyTagClassName
{
color: #BC0BA0;
}
</style>
background-color css
<style>
a { background-color: #BC0BA0; }
a { background-color: rgb(188,11,160); }
div.DivClassName
{
background-color: #BC0BA0;
}
.BgClassName
{
background-color: #BC0BA0;
}
</style>
border-color css
<style>
span { border-color: #BC0BA0; }
span { border-color: rgb(188,11,160); }
td.TdClassName
{
border-color: #BC0BA0;
}
.TagClassName
{
border-color: #BC0BA0;
}
</style>