Shades of Medium Violet Red #BC1078
Tints of Medium Violet Red #BC1078
RGB
CMYK
RGB Variations
Color information
#BC1078 (or 0xBC1078) is known color: Medium Violet Red. HEX triplet: BC, 10 and 78. RGB value is (188,16,120). Sum of RGB (Red+Green+Blue) = 188+16+120=324 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.02% from 324); Green value is 16 (6.64% from 255 or 4.94% from 324); Blue value is 120 (47.27% from 255 or 37.04% from 324); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1078 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1078 is #43EF87. Grayscale: #4F4F4F. Windows color (decimal): -4452232 or 7868604. OLE color: 7868604.
HSL color Cylindrical-coordinate representation of color #BC1078: hue angle of 323.72º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC1078 is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 16 | 120 | - |
| CMYK | 0 | 0.91 | 0.36 | 0.26 |
| HSL | 323.72º | 0.84% | 0.4% | - |
| HSV(B) | 323.72º | 0.91% | 0.74% | - |
| XYZ | 24.31 | 12.42 | 18.88 | - |
| YUV | 79.28 | 150.98 | 205.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 16 | 120 | 0 | 0.91 | 0.36 | 0.26 | 323.72 | 0.84 | 0.4 |
| Hex | BC | 10 | 78 | 0 | 5B | 24 | 1A | 144 | 54 | 28 |
| Octal | 274 | 20 | 170 | 0 | 133 | 44 | 32 | 504 | 124 | 50 |
| Binary | 10111100 | 10000 | 1111000 | 0 | 1011011 | 100100 | 11010 | 101000100 | 1010100 | 101000 |
Color Harmonies of #BC1078
Complementary color
Monochromatic Colors of #BC1078
Black with #BC1078
Text Example
Text Example
White with #BC1078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1078; }
p { color: rgb(188,16,120); }
H1.HeaderClassName
{
color: #BC1078;
}
.AnyTagClassName
{
color: #BC1078;
}
</style>
background-color css
<style>
a { background-color: #BC1078; }
a { background-color: rgb(188,16,120); }
div.DivClassName
{
background-color: #BC1078;
}
.BgClassName
{
background-color: #BC1078;
}
</style>
border-color css
<style>
span { border-color: #BC1078; }
span { border-color: rgb(188,16,120); }
td.TdClassName
{
border-color: #BC1078;
}
.TagClassName
{
border-color: #BC1078;
}
</style>