Shades of Medium Violet Red #BC1879
Tints of Medium Violet Red #BC1879
RGB
CMYK
RGB Variations
Color information
#BC1879 (or 0xBC1879) is known color: Medium Violet Red. HEX triplet: BC, 18 and 79. RGB value is (188,24,121). Sum of RGB (Red+Green+Blue) = 188+24+121=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 24 (9.77% from 255 or 7.21% from 333); Blue value is 121 (47.66% from 255 or 36.34% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1879 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1879 is #43E786. Grayscale: #535353. Windows color (decimal): -4450183 or 7936188. OLE color: 7936188.
HSL color Cylindrical-coordinate representation of color #BC1879: hue angle of 324.51º 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 #BC1879 is Cyan = 0, Magento = 0.87, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 24 | 121 | - |
| CMYK | 0 | 0.87 | 0.36 | 0.26 |
| HSL | 324.51º | 0.77% | 0.42% | - |
| HSV(B) | 324.51º | 0.87% | 0.74% | - |
| XYZ | 24.52 | 12.73 | 19.25 | - |
| YUV | 84.09 | 148.83 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 24 | 121 | 0 | 0.87 | 0.36 | 0.26 | 324.51 | 0.77 | 0.42 |
| Hex | BC | 18 | 79 | 0 | 57 | 24 | 1A | 145 | 4D | 2A |
| Octal | 274 | 30 | 171 | 0 | 127 | 44 | 32 | 505 | 115 | 52 |
| Binary | 10111100 | 11000 | 1111001 | 0 | 1010111 | 100100 | 11010 | 101000101 | 1001101 | 101010 |
Color Harmonies of #BC1879
Complementary color
Monochromatic Colors of #BC1879
Black with #BC1879
Text Example
Text Example
White with #BC1879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1879; }
p { color: rgb(188,24,121); }
H1.HeaderClassName
{
color: #BC1879;
}
.AnyTagClassName
{
color: #BC1879;
}
</style>
background-color css
<style>
a { background-color: #BC1879; }
a { background-color: rgb(188,24,121); }
div.DivClassName
{
background-color: #BC1879;
}
.BgClassName
{
background-color: #BC1879;
}
</style>
border-color css
<style>
span { border-color: #BC1879; }
span { border-color: rgb(188,24,121); }
td.TdClassName
{
border-color: #BC1879;
}
.TagClassName
{
border-color: #BC1879;
}
</style>