Shades of Medium Violet Red #BC087C
Tints of Medium Violet Red #BC087C
RGB
CMYK
RGB Variations
Color information
#BC087C (or 0xBC087C) is known color: Medium Violet Red. HEX triplet: BC, 08 and 7C. RGB value is (188,8,124). Sum of RGB (Red+Green+Blue) = 188+8+124=320 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.75% from 320); Green value is 8 (3.52% from 255 or 2.5% from 320); Blue value is 124 (48.83% from 255 or 38.75% from 320); Max value from RGB is 188 - color contains mainly: red. Hex color #BC087C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC087C is #43F783. Grayscale: #4A4A4A. Windows color (decimal): -4454276 or 8128700. OLE color: 8128700.
HSL color Cylindrical-coordinate representation of color #BC087C: hue angle of 321.33º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC087C is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 8 | 124 | - |
| CMYK | 0 | 0.96 | 0.34 | 0.26 |
| HSL | 321.33º | 0.92% | 0.38% | - |
| HSV(B) | 321.33º | 0.96% | 0.74% | - |
| XYZ | 24.46 | 12.32 | 20.16 | - |
| YUV | 75.04 | 155.63 | 208.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 8 | 124 | 0 | 0.96 | 0.34 | 0.26 | 321.33 | 0.92 | 0.38 |
| Hex | BC | 8 | 7C | 0 | 60 | 22 | 1A | 141 | 5C | 26 |
| Octal | 274 | 10 | 174 | 0 | 140 | 42 | 32 | 501 | 134 | 46 |
| Binary | 10111100 | 1000 | 1111100 | 0 | 1100000 | 100010 | 11010 | 101000001 | 1011100 | 100110 |
Color Harmonies of #BC087C
Complementary color
Monochromatic Colors of #BC087C
Black with #BC087C
Text Example
Text Example
White with #BC087C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC087C; }
p { color: rgb(188,8,124); }
H1.HeaderClassName
{
color: #BC087C;
}
.AnyTagClassName
{
color: #BC087C;
}
</style>
background-color css
<style>
a { background-color: #BC087C; }
a { background-color: rgb(188,8,124); }
div.DivClassName
{
background-color: #BC087C;
}
.BgClassName
{
background-color: #BC087C;
}
</style>
border-color css
<style>
span { border-color: #BC087C; }
span { border-color: rgb(188,8,124); }
td.TdClassName
{
border-color: #BC087C;
}
.TagClassName
{
border-color: #BC087C;
}
</style>