Shades of Medium Violet Red #BC1BA5
Tints of Medium Violet Red #BC1BA5
RGB
CMYK
RGB Variations
Color information
#BC1BA5 (or 0xBC1BA5) is known color: Medium Violet Red. HEX triplet: BC, 1B and A5. RGB value is (188,27,165). Sum of RGB (Red+Green+Blue) = 188+27+165=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 27 (10.94% from 255 or 7.11% from 380); Blue value is 165 (64.84% from 255 or 43.42% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1BA5 is #43E45A. Grayscale: #5A5A5A. Windows color (decimal): -4449371 or 10820540. OLE color: 10820540.
HSL color Cylindrical-coordinate representation of color #BC1BA5: hue angle of 308.57º 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 #BC1BA5 is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 27 | 165 | - |
| CMYK | 0 | 0.86 | 0.12 | 0.26 |
| HSL | 308.57º | 0.75% | 0.42% | - |
| HSV(B) | 308.57º | 0.86% | 0.74% | - |
| XYZ | 27.92 | 14.19 | 36.86 | - |
| YUV | 90.87 | 169.84 | 197.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 27 | 165 | 0 | 0.86 | 0.12 | 0.26 | 308.57 | 0.75 | 0.42 |
| Hex | BC | 1B | A5 | 0 | 56 | C | 1A | 135 | 4B | 2A |
| Octal | 274 | 33 | 245 | 0 | 126 | 14 | 32 | 465 | 113 | 52 |
| Binary | 10111100 | 11011 | 10100101 | 0 | 1010110 | 1100 | 11010 | 100110101 | 1001011 | 101010 |
Color Harmonies of #BC1BA5
Complementary color
Monochromatic Colors of #BC1BA5
Black with #BC1BA5
Text Example
Text Example
White with #BC1BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1BA5; }
p { color: rgb(188,27,165); }
H1.HeaderClassName
{
color: #BC1BA5;
}
.AnyTagClassName
{
color: #BC1BA5;
}
</style>
background-color css
<style>
a { background-color: #BC1BA5; }
a { background-color: rgb(188,27,165); }
div.DivClassName
{
background-color: #BC1BA5;
}
.BgClassName
{
background-color: #BC1BA5;
}
</style>
border-color css
<style>
span { border-color: #BC1BA5; }
span { border-color: rgb(188,27,165); }
td.TdClassName
{
border-color: #BC1BA5;
}
.TagClassName
{
border-color: #BC1BA5;
}
</style>