Shades of Medium Violet Red #BC1B8C
Tints of Medium Violet Red #BC1B8C
RGB
CMYK
RGB Variations
Color information
#BC1B8C (or 0xBC1B8C) is known color: Medium Violet Red. HEX triplet: BC, 1B and 8C. RGB value is (188,27,140). Sum of RGB (Red+Green+Blue) = 188+27+140=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 27 (10.94% from 255 or 7.61% from 355); Blue value is 140 (55.08% from 255 or 39.44% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1B8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1B8C is #43E473. Grayscale: #575757. Windows color (decimal): -4449396 or 9182140. OLE color: 9182140.
HSL color Cylindrical-coordinate representation of color #BC1B8C: hue angle of 317.89º 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 #BC1B8C is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 27 | 140 | - |
| CMYK | 0 | 0.86 | 0.26 | 0.26 |
| HSL | 317.89º | 0.75% | 0.42% | - |
| HSV(B) | 317.89º | 0.86% | 0.74% | - |
| XYZ | 25.86 | 13.37 | 26.03 | - |
| YUV | 88.02 | 157.34 | 199.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 27 | 140 | 0 | 0.86 | 0.26 | 0.26 | 317.89 | 0.75 | 0.42 |
| Hex | BC | 1B | 8C | 0 | 56 | 1A | 1A | 13E | 4B | 2A |
| Octal | 274 | 33 | 214 | 0 | 126 | 32 | 32 | 476 | 113 | 52 |
| Binary | 10111100 | 11011 | 10001100 | 0 | 1010110 | 11010 | 11010 | 100111110 | 1001011 | 101010 |
Color Harmonies of #BC1B8C
Complementary color
Monochromatic Colors of #BC1B8C
Black with #BC1B8C
Text Example
Text Example
White with #BC1B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1B8C; }
p { color: rgb(188,27,140); }
H1.HeaderClassName
{
color: #BC1B8C;
}
.AnyTagClassName
{
color: #BC1B8C;
}
</style>
background-color css
<style>
a { background-color: #BC1B8C; }
a { background-color: rgb(188,27,140); }
div.DivClassName
{
background-color: #BC1B8C;
}
.BgClassName
{
background-color: #BC1B8C;
}
</style>
border-color css
<style>
span { border-color: #BC1B8C; }
span { border-color: rgb(188,27,140); }
td.TdClassName
{
border-color: #BC1B8C;
}
.TagClassName
{
border-color: #BC1B8C;
}
</style>