Shades of Medium Violet Red #BC1974
Tints of Medium Violet Red #BC1974
RGB
CMYK
RGB Variations
Color information
#BC1974 (or 0xBC1974) is known color: Medium Violet Red. HEX triplet: BC, 19 and 74. RGB value is (188,25,116). Sum of RGB (Red+Green+Blue) = 188+25+116=329 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.14% from 329); Green value is 25 (10.16% from 255 or 7.60% from 329); Blue value is 116 (45.70% from 255 or 35.26% from 329); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1974 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1974 is #43E68B. Grayscale: #535353. Windows color (decimal): -4449932 or 7608764. OLE color: 7608764.
HSL color Cylindrical-coordinate representation of color #BC1974: hue angle of 326.5º 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 #BC1974 is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 25 | 116 | - |
| CMYK | 0 | 0.87 | 0.38 | 0.26 |
| HSL | 326.5º | 0.77% | 0.42% | - |
| HSV(B) | 326.5º | 0.87% | 0.74% | - |
| XYZ | 24.24 | 12.65 | 17.69 | - |
| YUV | 84.11 | 146 | 202.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 25 | 116 | 0 | 0.87 | 0.38 | 0.26 | 326.5 | 0.77 | 0.42 |
| Hex | BC | 19 | 74 | 0 | 57 | 26 | 1A | 147 | 4D | 2A |
| Octal | 274 | 31 | 164 | 0 | 127 | 46 | 32 | 507 | 115 | 52 |
| Binary | 10111100 | 11001 | 1110100 | 0 | 1010111 | 100110 | 11010 | 101000111 | 1001101 | 101010 |
Color Harmonies of #BC1974
Complementary color
Monochromatic Colors of #BC1974
Black with #BC1974
Text Example
Text Example
White with #BC1974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1974; }
p { color: rgb(188,25,116); }
H1.HeaderClassName
{
color: #BC1974;
}
.AnyTagClassName
{
color: #BC1974;
}
</style>
background-color css
<style>
a { background-color: #BC1974; }
a { background-color: rgb(188,25,116); }
div.DivClassName
{
background-color: #BC1974;
}
.BgClassName
{
background-color: #BC1974;
}
</style>
border-color css
<style>
span { border-color: #BC1974; }
span { border-color: rgb(188,25,116); }
td.TdClassName
{
border-color: #BC1974;
}
.TagClassName
{
border-color: #BC1974;
}
</style>