Shades of Medium Violet Red #BC1DA2
Tints of Medium Violet Red #BC1DA2
RGB
CMYK
RGB Variations
Color information
#BC1DA2 (or 0xBC1DA2) is known color: Medium Violet Red. HEX triplet: BC, 1D and A2. RGB value is (188,29,162). Sum of RGB (Red+Green+Blue) = 188+29+162=379 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.60% from 379); Green value is 29 (11.72% from 255 or 7.65% from 379); Blue value is 162 (63.67% from 255 or 42.74% from 379); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1DA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1DA2 is #43E25D. Grayscale: #5B5B5B. Windows color (decimal): -4448862 or 10624444. OLE color: 10624444.
HSL color Cylindrical-coordinate representation of color #BC1DA2: hue angle of 309.81º 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 #BC1DA2 is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 29 | 162 | - |
| CMYK | 0 | 0.85 | 0.14 | 0.26 |
| HSL | 309.81º | 0.73% | 0.43% | - |
| HSV(B) | 309.81º | 0.85% | 0.74% | - |
| XYZ | 27.7 | 14.18 | 35.46 | - |
| YUV | 91.7 | 167.68 | 196.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 29 | 162 | 0 | 0.85 | 0.14 | 0.26 | 309.81 | 0.73 | 0.43 |
| Hex | BC | 1D | A2 | 0 | 55 | E | 1A | 136 | 49 | 2B |
| Octal | 274 | 35 | 242 | 0 | 125 | 16 | 32 | 466 | 111 | 53 |
| Binary | 10111100 | 11101 | 10100010 | 0 | 1010101 | 1110 | 11010 | 100110110 | 1001001 | 101011 |
Color Harmonies of #BC1DA2
Complementary color
Monochromatic Colors of #BC1DA2
Black with #BC1DA2
Text Example
Text Example
White with #BC1DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1DA2; }
p { color: rgb(188,29,162); }
H1.HeaderClassName
{
color: #BC1DA2;
}
.AnyTagClassName
{
color: #BC1DA2;
}
</style>
background-color css
<style>
a { background-color: #BC1DA2; }
a { background-color: rgb(188,29,162); }
div.DivClassName
{
background-color: #BC1DA2;
}
.BgClassName
{
background-color: #BC1DA2;
}
</style>
border-color css
<style>
span { border-color: #BC1DA2; }
span { border-color: rgb(188,29,162); }
td.TdClassName
{
border-color: #BC1DA2;
}
.TagClassName
{
border-color: #BC1DA2;
}
</style>