Shades of Medium Violet Red #BC0BA2
Tints of Medium Violet Red #BC0BA2
RGB
CMYK
RGB Variations
Color information
#BC0BA2 (or 0xBC0BA2) is known color: Medium Violet Red. HEX triplet: BC, 0B and A2. RGB value is (188,11,162). Sum of RGB (Red+Green+Blue) = 188+11+162=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 11 (4.69% from 255 or 3.05% from 361); Blue value is 162 (63.67% from 255 or 44.88% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0BA2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0BA2 is #43F45D. Grayscale: #505050. Windows color (decimal): -4453470 or 10619836. OLE color: 10619836.
HSL color Cylindrical-coordinate representation of color #BC0BA2: hue angle of 308.81º 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 #BC0BA2 is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 11 | 162 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.26 |
| HSL | 308.81º | 0.89% | 0.39% | - |
| HSV(B) | 308.81º | 0.94% | 0.74% | - |
| XYZ | 27.38 | 13.54 | 35.35 | - |
| YUV | 81.14 | 173.64 | 204.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 11 | 162 | 0 | 0.94 | 0.14 | 0.26 | 308.81 | 0.89 | 0.39 |
| Hex | BC | B | A2 | 0 | 5E | E | 1A | 135 | 59 | 27 |
| Octal | 274 | 13 | 242 | 0 | 136 | 16 | 32 | 465 | 131 | 47 |
| Binary | 10111100 | 1011 | 10100010 | 0 | 1011110 | 1110 | 11010 | 100110101 | 1011001 | 100111 |
Color Harmonies of #BC0BA2
Complementary color
Monochromatic Colors of #BC0BA2
Black with #BC0BA2
Text Example
Text Example
White with #BC0BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0BA2; }
p { color: rgb(188,11,162); }
H1.HeaderClassName
{
color: #BC0BA2;
}
.AnyTagClassName
{
color: #BC0BA2;
}
</style>
background-color css
<style>
a { background-color: #BC0BA2; }
a { background-color: rgb(188,11,162); }
div.DivClassName
{
background-color: #BC0BA2;
}
.BgClassName
{
background-color: #BC0BA2;
}
</style>
border-color css
<style>
span { border-color: #BC0BA2; }
span { border-color: rgb(188,11,162); }
td.TdClassName
{
border-color: #BC0BA2;
}
.TagClassName
{
border-color: #BC0BA2;
}
</style>