Shades of Medium Violet Red #BC1578
Tints of Medium Violet Red #BC1578
RGB
CMYK
RGB Variations
Color information
#BC1578 (or 0xBC1578) is known color: Medium Violet Red. HEX triplet: BC, 15 and 78. RGB value is (188,21,120). Sum of RGB (Red+Green+Blue) = 188+21+120=329 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.14% from 329); Green value is 21 (8.59% from 255 or 6.38% from 329); Blue value is 120 (47.27% from 255 or 36.47% from 329); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1578 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1578 is #43EA87. Grayscale: #515151. Windows color (decimal): -4450952 or 7869884. OLE color: 7869884.
HSL color Cylindrical-coordinate representation of color #BC1578: hue angle of 324.43º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC1578 is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 21 | 120 | - |
| CMYK | 0 | 0.89 | 0.36 | 0.26 |
| HSL | 324.43º | 0.8% | 0.41% | - |
| HSV(B) | 324.43º | 0.89% | 0.74% | - |
| XYZ | 24.4 | 12.58 | 18.91 | - |
| YUV | 82.22 | 149.33 | 203.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 21 | 120 | 0 | 0.89 | 0.36 | 0.26 | 324.43 | 0.8 | 0.41 |
| Hex | BC | 15 | 78 | 0 | 59 | 24 | 1A | 144 | 50 | 29 |
| Octal | 274 | 25 | 170 | 0 | 131 | 44 | 32 | 504 | 120 | 51 |
| Binary | 10111100 | 10101 | 1111000 | 0 | 1011001 | 100100 | 11010 | 101000100 | 1010000 | 101001 |
Color Harmonies of #BC1578
Complementary color
Monochromatic Colors of #BC1578
Black with #BC1578
Text Example
Text Example
White with #BC1578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1578; }
p { color: rgb(188,21,120); }
H1.HeaderClassName
{
color: #BC1578;
}
.AnyTagClassName
{
color: #BC1578;
}
</style>
background-color css
<style>
a { background-color: #BC1578; }
a { background-color: rgb(188,21,120); }
div.DivClassName
{
background-color: #BC1578;
}
.BgClassName
{
background-color: #BC1578;
}
</style>
border-color css
<style>
span { border-color: #BC1578; }
span { border-color: rgb(188,21,120); }
td.TdClassName
{
border-color: #BC1578;
}
.TagClassName
{
border-color: #BC1578;
}
</style>