Shades of Medium Violet Red #BC0C78
Tints of Medium Violet Red #BC0C78
RGB
CMYK
RGB Variations
Color information
#BC0C78 (or 0xBC0C78) is known color: Medium Violet Red. HEX triplet: BC, 0C and 78. RGB value is (188,12,120). Sum of RGB (Red+Green+Blue) = 188+12+120=320 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.75% from 320); Green value is 12 (5.08% from 255 or 3.75% from 320); Blue value is 120 (47.27% from 255 or 37.5% from 320); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0C78 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0C78 is #43F387. Grayscale: #4C4C4C. Windows color (decimal): -4453256 or 7867580. OLE color: 7867580.
HSL color Cylindrical-coordinate representation of color #BC0C78: hue angle of 323.18º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0C78 is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 12 | 120 | - |
| CMYK | 0 | 0.94 | 0.36 | 0.26 |
| HSL | 323.18º | 0.88% | 0.39% | - |
| HSV(B) | 323.18º | 0.94% | 0.74% | - |
| XYZ | 24.26 | 12.31 | 18.87 | - |
| YUV | 76.94 | 152.31 | 207.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 12 | 120 | 0 | 0.94 | 0.36 | 0.26 | 323.18 | 0.88 | 0.39 |
| Hex | BC | C | 78 | 0 | 5E | 24 | 1A | 143 | 58 | 27 |
| Octal | 274 | 14 | 170 | 0 | 136 | 44 | 32 | 503 | 130 | 47 |
| Binary | 10111100 | 1100 | 1111000 | 0 | 1011110 | 100100 | 11010 | 101000011 | 1011000 | 100111 |
Color Harmonies of #BC0C78
Complementary color
Monochromatic Colors of #BC0C78
Black with #BC0C78
Text Example
Text Example
White with #BC0C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0C78; }
p { color: rgb(188,12,120); }
H1.HeaderClassName
{
color: #BC0C78;
}
.AnyTagClassName
{
color: #BC0C78;
}
</style>
background-color css
<style>
a { background-color: #BC0C78; }
a { background-color: rgb(188,12,120); }
div.DivClassName
{
background-color: #BC0C78;
}
.BgClassName
{
background-color: #BC0C78;
}
</style>
border-color css
<style>
span { border-color: #BC0C78; }
span { border-color: rgb(188,12,120); }
td.TdClassName
{
border-color: #BC0C78;
}
.TagClassName
{
border-color: #BC0C78;
}
</style>