Shades of Medium Violet Red #BC1978
Tints of Medium Violet Red #BC1978
RGB
CMYK
RGB Variations
Color information
#BC1978 (or 0xBC1978) is known color: Medium Violet Red. HEX triplet: BC, 19 and 78. RGB value is (188,25,120). Sum of RGB (Red+Green+Blue) = 188+25+120=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 25 (10.16% from 255 or 7.51% from 333); Blue value is 120 (47.27% from 255 or 36.04% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1978 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1978 is #43E687. Grayscale: #545454. Windows color (decimal): -4449928 or 7870908. OLE color: 7870908.
HSL color Cylindrical-coordinate representation of color #BC1978: hue angle of 325.03º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC1978 is Cyan = 0, Magento = 0.87, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 25 | 120 | - |
| CMYK | 0 | 0.87 | 0.36 | 0.26 |
| HSL | 325.03º | 0.77% | 0.42% | - |
| HSV(B) | 325.03º | 0.87% | 0.74% | - |
| XYZ | 24.48 | 12.74 | 18.94 | - |
| YUV | 84.57 | 148 | 201.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 25 | 120 | 0 | 0.87 | 0.36 | 0.26 | 325.03 | 0.77 | 0.42 |
| Hex | BC | 19 | 78 | 0 | 57 | 24 | 1A | 145 | 4D | 2A |
| Octal | 274 | 31 | 170 | 0 | 127 | 44 | 32 | 505 | 115 | 52 |
| Binary | 10111100 | 11001 | 1111000 | 0 | 1010111 | 100100 | 11010 | 101000101 | 1001101 | 101010 |
Color Harmonies of #BC1978
Complementary color
Monochromatic Colors of #BC1978
Black with #BC1978
Text Example
Text Example
White with #BC1978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1978; }
p { color: rgb(188,25,120); }
H1.HeaderClassName
{
color: #BC1978;
}
.AnyTagClassName
{
color: #BC1978;
}
</style>
background-color css
<style>
a { background-color: #BC1978; }
a { background-color: rgb(188,25,120); }
div.DivClassName
{
background-color: #BC1978;
}
.BgClassName
{
background-color: #BC1978;
}
</style>
border-color css
<style>
span { border-color: #BC1978; }
span { border-color: rgb(188,25,120); }
td.TdClassName
{
border-color: #BC1978;
}
.TagClassName
{
border-color: #BC1978;
}
</style>