Shades of Medium Violet Red #BC1886
Tints of Medium Violet Red #BC1886
RGB
CMYK
RGB Variations
Color information
#BC1886 (or 0xBC1886) is known color: Medium Violet Red. HEX triplet: BC, 18 and 86. RGB value is (188,24,134). Sum of RGB (Red+Green+Blue) = 188+24+134=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 24 (9.77% from 255 or 6.94% from 346); Blue value is 134 (52.73% from 255 or 38.73% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1886 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1886 is #43E779. Grayscale: #555555. Windows color (decimal): -4450170 or 8788156. OLE color: 8788156.
HSL color Cylindrical-coordinate representation of color #BC1886: hue angle of 319.76º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC1886 is Cyan = 0, Magento = 0.87, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 24 | 134 | - |
| CMYK | 0 | 0.87 | 0.29 | 0.26 |
| HSL | 319.76º | 0.77% | 0.42% | - |
| HSV(B) | 319.76º | 0.87% | 0.74% | - |
| XYZ | 25.37 | 13.07 | 23.74 | - |
| YUV | 85.58 | 155.33 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 24 | 134 | 0 | 0.87 | 0.29 | 0.26 | 319.76 | 0.77 | 0.42 |
| Hex | BC | 18 | 86 | 0 | 57 | 1D | 1A | 140 | 4D | 2A |
| Octal | 274 | 30 | 206 | 0 | 127 | 35 | 32 | 500 | 115 | 52 |
| Binary | 10111100 | 11000 | 10000110 | 0 | 1010111 | 11101 | 11010 | 101000000 | 1001101 | 101010 |
Color Harmonies of #BC1886
Complementary color
Monochromatic Colors of #BC1886
Black with #BC1886
Text Example
Text Example
White with #BC1886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1886; }
p { color: rgb(188,24,134); }
H1.HeaderClassName
{
color: #BC1886;
}
.AnyTagClassName
{
color: #BC1886;
}
</style>
background-color css
<style>
a { background-color: #BC1886; }
a { background-color: rgb(188,24,134); }
div.DivClassName
{
background-color: #BC1886;
}
.BgClassName
{
background-color: #BC1886;
}
</style>
border-color css
<style>
span { border-color: #BC1886; }
span { border-color: rgb(188,24,134); }
td.TdClassName
{
border-color: #BC1886;
}
.TagClassName
{
border-color: #BC1886;
}
</style>