Shades of Medium Violet Red #BC1485
Tints of Medium Violet Red #BC1485
RGB
CMYK
RGB Variations
Color information
#BC1485 (or 0xBC1485) is known color: Medium Violet Red. HEX triplet: BC, 14 and 85. RGB value is (188,20,133). Sum of RGB (Red+Green+Blue) = 188+20+133=341 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.13% from 341); Green value is 20 (8.20% from 255 or 5.87% from 341); Blue value is 133 (52.34% from 255 or 39.00% from 341); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1485 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1485 is #43EB7A. Grayscale: #525252. Windows color (decimal): -4451195 or 8721596. OLE color: 8721596.
HSL color Cylindrical-coordinate representation of color #BC1485: hue angle of 319.64º degrees, saturation: 0.81, 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 #BC1485 is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 20 | 133 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.26 |
| HSL | 319.64º | 0.81% | 0.41% | - |
| HSV(B) | 319.64º | 0.89% | 0.74% | - |
| XYZ | 25.22 | 12.89 | 23.35 | - |
| YUV | 83.11 | 156.16 | 202.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 20 | 133 | 0 | 0.89 | 0.29 | 0.26 | 319.64 | 0.81 | 0.41 |
| Hex | BC | 14 | 85 | 0 | 59 | 1D | 1A | 140 | 51 | 29 |
| Octal | 274 | 24 | 205 | 0 | 131 | 35 | 32 | 500 | 121 | 51 |
| Binary | 10111100 | 10100 | 10000101 | 0 | 1011001 | 11101 | 11010 | 101000000 | 1010001 | 101001 |
Color Harmonies of #BC1485
Complementary color
Monochromatic Colors of #BC1485
Black with #BC1485
Text Example
Text Example
White with #BC1485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1485; }
p { color: rgb(188,20,133); }
H1.HeaderClassName
{
color: #BC1485;
}
.AnyTagClassName
{
color: #BC1485;
}
</style>
background-color css
<style>
a { background-color: #BC1485; }
a { background-color: rgb(188,20,133); }
div.DivClassName
{
background-color: #BC1485;
}
.BgClassName
{
background-color: #BC1485;
}
</style>
border-color css
<style>
span { border-color: #BC1485; }
span { border-color: rgb(188,20,133); }
td.TdClassName
{
border-color: #BC1485;
}
.TagClassName
{
border-color: #BC1485;
}
</style>