Shades of Medium Violet Red #BC1286
Tints of Medium Violet Red #BC1286
RGB
CMYK
RGB Variations
Color information
#BC1286 (or 0xBC1286) is known color: Medium Violet Red. HEX triplet: BC, 12 and 86. RGB value is (188,18,134). Sum of RGB (Red+Green+Blue) = 188+18+134=340 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.29% from 340); Green value is 18 (7.42% from 255 or 5.29% from 340); Blue value is 134 (52.73% from 255 or 39.41% from 340); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1286 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1286 is #43ED79. Grayscale: #515151. Windows color (decimal): -4451706 or 8786620. OLE color: 8786620.
HSL color Cylindrical-coordinate representation of color #BC1286: hue angle of 319.06º 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 #BC1286 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 18 | 134 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.26 |
| HSL | 319.06º | 0.83% | 0.4% | - |
| HSV(B) | 319.06º | 0.9% | 0.74% | - |
| XYZ | 25.26 | 12.85 | 23.7 | - |
| YUV | 82.05 | 157.32 | 203.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 18 | 134 | 0 | 0.90 | 0.29 | 0.26 | 319.06 | 0.83 | 0.4 |
| Hex | BC | 12 | 86 | 0 | 5A | 1D | 1A | 13F | 53 | 28 |
| Octal | 274 | 22 | 206 | 0 | 132 | 35 | 32 | 477 | 123 | 50 |
| Binary | 10111100 | 10010 | 10000110 | 0 | 1011010 | 11101 | 11010 | 100111111 | 1010011 | 101000 |
Color Harmonies of #BC1286
Complementary color
Monochromatic Colors of #BC1286
Black with #BC1286
Text Example
Text Example
White with #BC1286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1286; }
p { color: rgb(188,18,134); }
H1.HeaderClassName
{
color: #BC1286;
}
.AnyTagClassName
{
color: #BC1286;
}
</style>
background-color css
<style>
a { background-color: #BC1286; }
a { background-color: rgb(188,18,134); }
div.DivClassName
{
background-color: #BC1286;
}
.BgClassName
{
background-color: #BC1286;
}
</style>
border-color css
<style>
span { border-color: #BC1286; }
span { border-color: rgb(188,18,134); }
td.TdClassName
{
border-color: #BC1286;
}
.TagClassName
{
border-color: #BC1286;
}
</style>