Shades of Medium Violet Red #BC1BA7
Tints of Medium Violet Red #BC1BA7
RGB
CMYK
RGB Variations
Color information
#BC1BA7 (or 0xBC1BA7) is known color: Medium Violet Red. HEX triplet: BC, 1B and A7. RGB value is (188,27,167). Sum of RGB (Red+Green+Blue) = 188+27+167=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 27 (10.94% from 255 or 7.07% from 382); Blue value is 167 (65.62% from 255 or 43.72% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1BA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1BA7 is #43E458. Grayscale: #5A5A5A. Windows color (decimal): -4449369 or 10951612. OLE color: 10951612.
HSL color Cylindrical-coordinate representation of color #BC1BA7: hue angle of 307.83º 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 #BC1BA7 is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 27 | 167 | - |
| CMYK | 0 | 0.86 | 0.11 | 0.26 |
| HSL | 307.83º | 0.75% | 0.42% | - |
| HSV(B) | 307.83º | 0.86% | 0.74% | - |
| XYZ | 28.11 | 14.27 | 37.83 | - |
| YUV | 91.1 | 170.84 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 27 | 167 | 0 | 0.86 | 0.11 | 0.26 | 307.83 | 0.75 | 0.42 |
| Hex | BC | 1B | A7 | 0 | 56 | B | 1A | 134 | 4B | 2A |
| Octal | 274 | 33 | 247 | 0 | 126 | 13 | 32 | 464 | 113 | 52 |
| Binary | 10111100 | 11011 | 10100111 | 0 | 1010110 | 1011 | 11010 | 100110100 | 1001011 | 101010 |
Color Harmonies of #BC1BA7
Complementary color
Monochromatic Colors of #BC1BA7
Black with #BC1BA7
Text Example
Text Example
White with #BC1BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1BA7; }
p { color: rgb(188,27,167); }
H1.HeaderClassName
{
color: #BC1BA7;
}
.AnyTagClassName
{
color: #BC1BA7;
}
</style>
background-color css
<style>
a { background-color: #BC1BA7; }
a { background-color: rgb(188,27,167); }
div.DivClassName
{
background-color: #BC1BA7;
}
.BgClassName
{
background-color: #BC1BA7;
}
</style>
border-color css
<style>
span { border-color: #BC1BA7; }
span { border-color: rgb(188,27,167); }
td.TdClassName
{
border-color: #BC1BA7;
}
.TagClassName
{
border-color: #BC1BA7;
}
</style>