Shades of Medium Violet Red #BC1A8C
Tints of Medium Violet Red #BC1A8C
RGB
CMYK
RGB Variations
Color information
#BC1A8C (or 0xBC1A8C) is known color: Medium Violet Red. HEX triplet: BC, 1A and 8C. RGB value is (188,26,140). Sum of RGB (Red+Green+Blue) = 188+26+140=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 26 (10.55% from 255 or 7.34% from 354); Blue value is 140 (55.08% from 255 or 39.55% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1A8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1A8C is #43E573. Grayscale: #575757. Windows color (decimal): -4449652 or 9181884. OLE color: 9181884.
HSL color Cylindrical-coordinate representation of color #BC1A8C: hue angle of 317.78º degrees, saturation: 0.76, 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 #BC1A8C is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 26 | 140 | - |
| CMYK | 0 | 0.86 | 0.26 | 0.26 |
| HSL | 317.78º | 0.76% | 0.42% | - |
| HSV(B) | 317.78º | 0.86% | 0.74% | - |
| XYZ | 25.84 | 13.32 | 26.02 | - |
| YUV | 87.43 | 157.67 | 199.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 26 | 140 | 0 | 0.86 | 0.26 | 0.26 | 317.78 | 0.76 | 0.42 |
| Hex | BC | 1A | 8C | 0 | 56 | 1A | 1A | 13E | 4C | 2A |
| Octal | 274 | 32 | 214 | 0 | 126 | 32 | 32 | 476 | 114 | 52 |
| Binary | 10111100 | 11010 | 10001100 | 0 | 1010110 | 11010 | 11010 | 100111110 | 1001100 | 101010 |
Color Harmonies of #BC1A8C
Complementary color
Monochromatic Colors of #BC1A8C
Black with #BC1A8C
Text Example
Text Example
White with #BC1A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1A8C; }
p { color: rgb(188,26,140); }
H1.HeaderClassName
{
color: #BC1A8C;
}
.AnyTagClassName
{
color: #BC1A8C;
}
</style>
background-color css
<style>
a { background-color: #BC1A8C; }
a { background-color: rgb(188,26,140); }
div.DivClassName
{
background-color: #BC1A8C;
}
.BgClassName
{
background-color: #BC1A8C;
}
</style>
border-color css
<style>
span { border-color: #BC1A8C; }
span { border-color: rgb(188,26,140); }
td.TdClassName
{
border-color: #BC1A8C;
}
.TagClassName
{
border-color: #BC1A8C;
}
</style>