Shades of Medium Violet Red #BC1F78
Tints of Medium Violet Red #BC1F78
RGB
CMYK
RGB Variations
Color information
#BC1F78 (or 0xBC1F78) is known color: Medium Violet Red. HEX triplet: BC, 1F and 78. RGB value is (188,31,120). Sum of RGB (Red+Green+Blue) = 188+31+120=339 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.46% from 339); Green value is 31 (12.5% from 255 or 9.14% from 339); Blue value is 120 (47.27% from 255 or 35.40% from 339); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1F78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1F78 is #43E087. Grayscale: #575757. Windows color (decimal): -4448392 or 7872444. OLE color: 7872444.
HSL color Cylindrical-coordinate representation of color #BC1F78: hue angle of 325.99º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC1F78 is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 31 | 120 | - |
| CMYK | 0 | 0.84 | 0.36 | 0.26 |
| HSL | 325.99º | 0.72% | 0.43% | - |
| HSV(B) | 325.99º | 0.84% | 0.74% | - |
| XYZ | 24.62 | 13.03 | 18.99 | - |
| YUV | 88.09 | 146.01 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 31 | 120 | 0 | 0.84 | 0.36 | 0.26 | 325.99 | 0.72 | 0.43 |
| Hex | BC | 1F | 78 | 0 | 54 | 24 | 1A | 146 | 48 | 2B |
| Octal | 274 | 37 | 170 | 0 | 124 | 44 | 32 | 506 | 110 | 53 |
| Binary | 10111100 | 11111 | 1111000 | 0 | 1010100 | 100100 | 11010 | 101000110 | 1001000 | 101011 |
Color Harmonies of #BC1F78
Complementary color
Monochromatic Colors of #BC1F78
Black with #BC1F78
Text Example
Text Example
White with #BC1F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1F78; }
p { color: rgb(188,31,120); }
H1.HeaderClassName
{
color: #BC1F78;
}
.AnyTagClassName
{
color: #BC1F78;
}
</style>
background-color css
<style>
a { background-color: #BC1F78; }
a { background-color: rgb(188,31,120); }
div.DivClassName
{
background-color: #BC1F78;
}
.BgClassName
{
background-color: #BC1F78;
}
</style>
border-color css
<style>
span { border-color: #BC1F78; }
span { border-color: rgb(188,31,120); }
td.TdClassName
{
border-color: #BC1F78;
}
.TagClassName
{
border-color: #BC1F78;
}
</style>