Shades of Medium Violet Red #BC1BA2
Tints of Medium Violet Red #BC1BA2
RGB
CMYK
RGB Variations
Color information
#BC1BA2 (or 0xBC1BA2) is known color: Medium Violet Red. HEX triplet: BC, 1B and A2. RGB value is (188,27,162). Sum of RGB (Red+Green+Blue) = 188+27+162=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 27 (10.94% from 255 or 7.16% from 377); Blue value is 162 (63.67% from 255 or 42.97% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1BA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1BA2 is #43E45D. Grayscale: #5A5A5A. Windows color (decimal): -4449374 or 10623932. OLE color: 10623932.
HSL color Cylindrical-coordinate representation of color #BC1BA2: hue angle of 309.69º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC1BA2 is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 27 | 162 | - |
| CMYK | 0 | 0.86 | 0.14 | 0.26 |
| HSL | 309.69º | 0.75% | 0.42% | - |
| HSV(B) | 309.69º | 0.86% | 0.74% | - |
| XYZ | 27.65 | 14.08 | 35.44 | - |
| YUV | 90.53 | 168.34 | 197.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 27 | 162 | 0 | 0.86 | 0.14 | 0.26 | 309.69 | 0.75 | 0.42 |
| Hex | BC | 1B | A2 | 0 | 56 | E | 1A | 136 | 4B | 2A |
| Octal | 274 | 33 | 242 | 0 | 126 | 16 | 32 | 466 | 113 | 52 |
| Binary | 10111100 | 11011 | 10100010 | 0 | 1010110 | 1110 | 11010 | 100110110 | 1001011 | 101010 |
Color Harmonies of #BC1BA2
Complementary color
Monochromatic Colors of #BC1BA2
Black with #BC1BA2
Text Example
Text Example
White with #BC1BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1BA2; }
p { color: rgb(188,27,162); }
H1.HeaderClassName
{
color: #BC1BA2;
}
.AnyTagClassName
{
color: #BC1BA2;
}
</style>
background-color css
<style>
a { background-color: #BC1BA2; }
a { background-color: rgb(188,27,162); }
div.DivClassName
{
background-color: #BC1BA2;
}
.BgClassName
{
background-color: #BC1BA2;
}
</style>
border-color css
<style>
span { border-color: #BC1BA2; }
span { border-color: rgb(188,27,162); }
td.TdClassName
{
border-color: #BC1BA2;
}
.TagClassName
{
border-color: #BC1BA2;
}
</style>