Shades of Medium Violet Red #BC1287
Tints of Medium Violet Red #BC1287
RGB
CMYK
RGB Variations
Color information
#BC1287 (or 0xBC1287) is known color: Medium Violet Red. HEX triplet: BC, 12 and 87. RGB value is (188,18,135). Sum of RGB (Red+Green+Blue) = 188+18+135=341 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.13% from 341); Green value is 18 (7.42% from 255 or 5.28% from 341); Blue value is 135 (53.12% from 255 or 39.59% from 341); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1287 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1287 is #43ED78. Grayscale: #515151. Windows color (decimal): -4451705 or 8852156. OLE color: 8852156.
HSL color Cylindrical-coordinate representation of color #BC1287: hue angle of 318.71º 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 #BC1287 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 18 | 135 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.26 |
| HSL | 318.71º | 0.83% | 0.4% | - |
| HSV(B) | 318.71º | 0.9% | 0.74% | - |
| XYZ | 25.33 | 12.87 | 24.07 | - |
| YUV | 82.17 | 157.82 | 203.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 18 | 135 | 0 | 0.90 | 0.28 | 0.26 | 318.71 | 0.83 | 0.4 |
| Hex | BC | 12 | 87 | 0 | 5A | 1C | 1A | 13F | 53 | 28 |
| Octal | 274 | 22 | 207 | 0 | 132 | 34 | 32 | 477 | 123 | 50 |
| Binary | 10111100 | 10010 | 10000111 | 0 | 1011010 | 11100 | 11010 | 100111111 | 1010011 | 101000 |
Color Harmonies of #BC1287
Complementary color
Monochromatic Colors of #BC1287
Black with #BC1287
Text Example
Text Example
White with #BC1287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1287; }
p { color: rgb(188,18,135); }
H1.HeaderClassName
{
color: #BC1287;
}
.AnyTagClassName
{
color: #BC1287;
}
</style>
background-color css
<style>
a { background-color: #BC1287; }
a { background-color: rgb(188,18,135); }
div.DivClassName
{
background-color: #BC1287;
}
.BgClassName
{
background-color: #BC1287;
}
</style>
border-color css
<style>
span { border-color: #BC1287; }
span { border-color: rgb(188,18,135); }
td.TdClassName
{
border-color: #BC1287;
}
.TagClassName
{
border-color: #BC1287;
}
</style>