Shades of Medium Violet Red #BC1DA1
Tints of Medium Violet Red #BC1DA1
RGB
CMYK
RGB Variations
Color information
#BC1DA1 (or 0xBC1DA1) is known color: Medium Violet Red. HEX triplet: BC, 1D and A1. RGB value is (188,29,161). Sum of RGB (Red+Green+Blue) = 188+29+161=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 29 (11.72% from 255 or 7.67% from 378); Blue value is 161 (63.28% from 255 or 42.59% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1DA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1DA1 is #43E25E. Grayscale: #5B5B5B. Windows color (decimal): -4448863 or 10558908. OLE color: 10558908.
HSL color Cylindrical-coordinate representation of color #BC1DA1: hue angle of 310.19º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC1DA1 is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 29 | 161 | - |
| CMYK | 0 | 0.85 | 0.14 | 0.26 |
| HSL | 310.19º | 0.73% | 0.43% | - |
| HSV(B) | 310.19º | 0.85% | 0.74% | - |
| XYZ | 27.61 | 14.14 | 34.99 | - |
| YUV | 91.59 | 167.18 | 196.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 29 | 161 | 0 | 0.85 | 0.14 | 0.26 | 310.19 | 0.73 | 0.43 |
| Hex | BC | 1D | A1 | 0 | 55 | E | 1A | 136 | 49 | 2B |
| Octal | 274 | 35 | 241 | 0 | 125 | 16 | 32 | 466 | 111 | 53 |
| Binary | 10111100 | 11101 | 10100001 | 0 | 1010101 | 1110 | 11010 | 100110110 | 1001001 | 101011 |
Color Harmonies of #BC1DA1
Complementary color
Monochromatic Colors of #BC1DA1
Black with #BC1DA1
Text Example
Text Example
White with #BC1DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1DA1; }
p { color: rgb(188,29,161); }
H1.HeaderClassName
{
color: #BC1DA1;
}
.AnyTagClassName
{
color: #BC1DA1;
}
</style>
background-color css
<style>
a { background-color: #BC1DA1; }
a { background-color: rgb(188,29,161); }
div.DivClassName
{
background-color: #BC1DA1;
}
.BgClassName
{
background-color: #BC1DA1;
}
</style>
border-color css
<style>
span { border-color: #BC1DA1; }
span { border-color: rgb(188,29,161); }
td.TdClassName
{
border-color: #BC1DA1;
}
.TagClassName
{
border-color: #BC1DA1;
}
</style>