Shades of Medium Violet Red #BC1285
Tints of Medium Violet Red #BC1285
RGB
CMYK
RGB Variations
Color information
#BC1285 (or 0xBC1285) is known color: Medium Violet Red. HEX triplet: BC, 12 and 85. RGB value is (188,18,133). Sum of RGB (Red+Green+Blue) = 188+18+133=339 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.46% from 339); Green value is 18 (7.42% from 255 or 5.31% from 339); Blue value is 133 (52.34% from 255 or 39.23% from 339); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1285 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1285 is #43ED7A. Grayscale: #515151. Windows color (decimal): -4451707 or 8721084. OLE color: 8721084.
HSL color Cylindrical-coordinate representation of color #BC1285: hue angle of 319.41º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC1285 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 18 | 133 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.26 |
| HSL | 319.41º | 0.83% | 0.4% | - |
| HSV(B) | 319.41º | 0.9% | 0.74% | - |
| XYZ | 25.19 | 12.82 | 23.34 | - |
| YUV | 81.94 | 156.82 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 18 | 133 | 0 | 0.90 | 0.29 | 0.26 | 319.41 | 0.83 | 0.4 |
| Hex | BC | 12 | 85 | 0 | 5A | 1D | 1A | 13F | 53 | 28 |
| Octal | 274 | 22 | 205 | 0 | 132 | 35 | 32 | 477 | 123 | 50 |
| Binary | 10111100 | 10010 | 10000101 | 0 | 1011010 | 11101 | 11010 | 100111111 | 1010011 | 101000 |
Color Harmonies of #BC1285
Complementary color
Monochromatic Colors of #BC1285
Black with #BC1285
Text Example
Text Example
White with #BC1285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1285; }
p { color: rgb(188,18,133); }
H1.HeaderClassName
{
color: #BC1285;
}
.AnyTagClassName
{
color: #BC1285;
}
</style>
background-color css
<style>
a { background-color: #BC1285; }
a { background-color: rgb(188,18,133); }
div.DivClassName
{
background-color: #BC1285;
}
.BgClassName
{
background-color: #BC1285;
}
</style>
border-color css
<style>
span { border-color: #BC1285; }
span { border-color: rgb(188,18,133); }
td.TdClassName
{
border-color: #BC1285;
}
.TagClassName
{
border-color: #BC1285;
}
</style>