Shades of Medium Violet Red #BC1E86
Tints of Medium Violet Red #BC1E86
RGB
CMYK
RGB Variations
Color information
#BC1E86 (or 0xBC1E86) is known color: Medium Violet Red. HEX triplet: BC, 1E and 86. RGB value is (188,30,134). Sum of RGB (Red+Green+Blue) = 188+30+134=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 30 (12.11% from 255 or 8.52% from 352); Blue value is 134 (52.73% from 255 or 38.07% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1E86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1E86 is #43E179. Grayscale: #585858. Windows color (decimal): -4448634 or 8789692. OLE color: 8789692.
HSL color Cylindrical-coordinate representation of color #BC1E86: hue angle of 320.51º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC1E86 is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 30 | 134 | - |
| CMYK | 0 | 0.84 | 0.29 | 0.26 |
| HSL | 320.51º | 0.72% | 0.43% | - |
| HSV(B) | 320.51º | 0.84% | 0.74% | - |
| XYZ | 25.51 | 13.34 | 23.79 | - |
| YUV | 89.1 | 153.35 | 198.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 30 | 134 | 0 | 0.84 | 0.29 | 0.26 | 320.51 | 0.72 | 0.43 |
| Hex | BC | 1E | 86 | 0 | 54 | 1D | 1A | 141 | 48 | 2B |
| Octal | 274 | 36 | 206 | 0 | 124 | 35 | 32 | 501 | 110 | 53 |
| Binary | 10111100 | 11110 | 10000110 | 0 | 1010100 | 11101 | 11010 | 101000001 | 1001000 | 101011 |
Color Harmonies of #BC1E86
Complementary color
Monochromatic Colors of #BC1E86
Black with #BC1E86
Text Example
Text Example
White with #BC1E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1E86; }
p { color: rgb(188,30,134); }
H1.HeaderClassName
{
color: #BC1E86;
}
.AnyTagClassName
{
color: #BC1E86;
}
</style>
background-color css
<style>
a { background-color: #BC1E86; }
a { background-color: rgb(188,30,134); }
div.DivClassName
{
background-color: #BC1E86;
}
.BgClassName
{
background-color: #BC1E86;
}
</style>
border-color css
<style>
span { border-color: #BC1E86; }
span { border-color: rgb(188,30,134); }
td.TdClassName
{
border-color: #BC1E86;
}
.TagClassName
{
border-color: #BC1E86;
}
</style>