Shades of Medium Violet Red #BC088C
Tints of Medium Violet Red #BC088C
RGB
CMYK
RGB Variations
Color information
#BC088C (or 0xBC088C) is known color: Medium Violet Red. HEX triplet: BC, 08 and 8C. RGB value is (188,8,140). Sum of RGB (Red+Green+Blue) = 188+8+140=336 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.95% from 336); Green value is 8 (3.52% from 255 or 2.38% from 336); Blue value is 140 (55.08% from 255 or 41.67% from 336); Max value from RGB is 188 - color contains mainly: red. Hex color #BC088C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC088C is #43F773. Grayscale: #4C4C4C. Windows color (decimal): -4454260 or 9177276. OLE color: 9177276.
HSL color Cylindrical-coordinate representation of color #BC088C: hue angle of 316º 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 #BC088C is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 8 | 140 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.26 |
| HSL | 316º | 0.92% | 0.38% | - |
| HSV(B) | 316º | 0.96% | 0.74% | - |
| XYZ | 25.56 | 12.76 | 25.93 | - |
| YUV | 76.87 | 163.63 | 207.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 8 | 140 | 0 | 0.96 | 0.26 | 0.26 | 316 | 0.92 | 0.38 |
| Hex | BC | 8 | 8C | 0 | 60 | 1A | 1A | 13C | 5C | 26 |
| Octal | 274 | 10 | 214 | 0 | 140 | 32 | 32 | 474 | 134 | 46 |
| Binary | 10111100 | 1000 | 10001100 | 0 | 1100000 | 11010 | 11010 | 100111100 | 1011100 | 100110 |
Color Harmonies of #BC088C
Complementary color
Monochromatic Colors of #BC088C
Black with #BC088C
Text Example
Text Example
White with #BC088C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC088C; }
p { color: rgb(188,8,140); }
H1.HeaderClassName
{
color: #BC088C;
}
.AnyTagClassName
{
color: #BC088C;
}
</style>
background-color css
<style>
a { background-color: #BC088C; }
a { background-color: rgb(188,8,140); }
div.DivClassName
{
background-color: #BC088C;
}
.BgClassName
{
background-color: #BC088C;
}
</style>
border-color css
<style>
span { border-color: #BC088C; }
span { border-color: rgb(188,8,140); }
td.TdClassName
{
border-color: #BC088C;
}
.TagClassName
{
border-color: #BC088C;
}
</style>