Shades of Medium Violet Red #BC1295
Tints of Medium Violet Red #BC1295
RGB
CMYK
RGB Variations
Color information
#BC1295 (or 0xBC1295) is known color: Medium Violet Red. HEX triplet: BC, 12 and 95. RGB value is (188,18,149). Sum of RGB (Red+Green+Blue) = 188+18+149=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 18 (7.42% from 255 or 5.07% from 355); Blue value is 149 (58.59% from 255 or 41.97% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1295 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1295 is #43ED6A. Grayscale: #535353. Windows color (decimal): -4451691 or 9769660. OLE color: 9769660.
HSL color Cylindrical-coordinate representation of color #BC1295: hue angle of 313.76º 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 #BC1295 is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 18 | 149 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.26 |
| HSL | 313.76º | 0.83% | 0.4% | - |
| HSV(B) | 313.76º | 0.9% | 0.74% | - |
| XYZ | 26.38 | 13.29 | 29.61 | - |
| YUV | 83.76 | 164.82 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 18 | 149 | 0 | 0.90 | 0.21 | 0.26 | 313.76 | 0.83 | 0.4 |
| Hex | BC | 12 | 95 | 0 | 5A | 15 | 1A | 13A | 53 | 28 |
| Octal | 274 | 22 | 225 | 0 | 132 | 25 | 32 | 472 | 123 | 50 |
| Binary | 10111100 | 10010 | 10010101 | 0 | 1011010 | 10101 | 11010 | 100111010 | 1010011 | 101000 |
Color Harmonies of #BC1295
Complementary color
Monochromatic Colors of #BC1295
Black with #BC1295
Text Example
Text Example
White with #BC1295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1295; }
p { color: rgb(188,18,149); }
H1.HeaderClassName
{
color: #BC1295;
}
.AnyTagClassName
{
color: #BC1295;
}
</style>
background-color css
<style>
a { background-color: #BC1295; }
a { background-color: rgb(188,18,149); }
div.DivClassName
{
background-color: #BC1295;
}
.BgClassName
{
background-color: #BC1295;
}
</style>
border-color css
<style>
span { border-color: #BC1295; }
span { border-color: rgb(188,18,149); }
td.TdClassName
{
border-color: #BC1295;
}
.TagClassName
{
border-color: #BC1295;
}
</style>