Shades of Medium Violet Red #BC0D78
Tints of Medium Violet Red #BC0D78
RGB
CMYK
RGB Variations
Color information
#BC0D78 (or 0xBC0D78) is known color: Medium Violet Red. HEX triplet: BC, 0D and 78. RGB value is (188,13,120). Sum of RGB (Red+Green+Blue) = 188+13+120=321 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.57% from 321); Green value is 13 (5.47% from 255 or 4.05% from 321); Blue value is 120 (47.27% from 255 or 37.38% from 321); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0D78 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0D78 is #43F287. Grayscale: #4D4D4D. Windows color (decimal): -4453000 or 7867836. OLE color: 7867836.
HSL color Cylindrical-coordinate representation of color #BC0D78: hue angle of 323.31º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC0D78 is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 13 | 120 | - |
| CMYK | 0 | 0.93 | 0.36 | 0.26 |
| HSL | 323.31º | 0.87% | 0.39% | - |
| HSV(B) | 323.31º | 0.93% | 0.74% | - |
| XYZ | 24.27 | 12.34 | 18.87 | - |
| YUV | 77.52 | 151.98 | 206.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 13 | 120 | 0 | 0.93 | 0.36 | 0.26 | 323.31 | 0.87 | 0.39 |
| Hex | BC | D | 78 | 0 | 5D | 24 | 1A | 143 | 57 | 27 |
| Octal | 274 | 15 | 170 | 0 | 135 | 44 | 32 | 503 | 127 | 47 |
| Binary | 10111100 | 1101 | 1111000 | 0 | 1011101 | 100100 | 11010 | 101000011 | 1010111 | 100111 |
Color Harmonies of #BC0D78
Complementary color
Monochromatic Colors of #BC0D78
Black with #BC0D78
Text Example
Text Example
White with #BC0D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0D78; }
p { color: rgb(188,13,120); }
H1.HeaderClassName
{
color: #BC0D78;
}
.AnyTagClassName
{
color: #BC0D78;
}
</style>
background-color css
<style>
a { background-color: #BC0D78; }
a { background-color: rgb(188,13,120); }
div.DivClassName
{
background-color: #BC0D78;
}
.BgClassName
{
background-color: #BC0D78;
}
</style>
border-color css
<style>
span { border-color: #BC0D78; }
span { border-color: rgb(188,13,120); }
td.TdClassName
{
border-color: #BC0D78;
}
.TagClassName
{
border-color: #BC0D78;
}
</style>