Shades of Medium Violet Red #BC1288
Tints of Medium Violet Red #BC1288
RGB
CMYK
RGB Variations
Color information
#BC1288 (or 0xBC1288) is known color: Medium Violet Red. HEX triplet: BC, 12 and 88. RGB value is (188,18,136). Sum of RGB (Red+Green+Blue) = 188+18+136=342 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.97% from 342); Green value is 18 (7.42% from 255 or 5.26% from 342); Blue value is 136 (53.52% from 255 or 39.77% from 342); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1288 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1288 is #43ED77. Grayscale: #515151. Windows color (decimal): -4451704 or 8917692. OLE color: 8917692.
HSL color Cylindrical-coordinate representation of color #BC1288: hue angle of 318.35º 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 #BC1288 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 18 | 136 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.26 |
| HSL | 318.35º | 0.83% | 0.4% | - |
| HSV(B) | 318.35º | 0.9% | 0.74% | - |
| XYZ | 25.4 | 12.9 | 24.44 | - |
| YUV | 82.28 | 158.32 | 203.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 18 | 136 | 0 | 0.90 | 0.28 | 0.26 | 318.35 | 0.83 | 0.4 |
| Hex | BC | 12 | 88 | 0 | 5A | 1C | 1A | 13E | 53 | 28 |
| Octal | 274 | 22 | 210 | 0 | 132 | 34 | 32 | 476 | 123 | 50 |
| Binary | 10111100 | 10010 | 10001000 | 0 | 1011010 | 11100 | 11010 | 100111110 | 1010011 | 101000 |
Color Harmonies of #BC1288
Complementary color
Monochromatic Colors of #BC1288
Black with #BC1288
Text Example
Text Example
White with #BC1288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1288; }
p { color: rgb(188,18,136); }
H1.HeaderClassName
{
color: #BC1288;
}
.AnyTagClassName
{
color: #BC1288;
}
</style>
background-color css
<style>
a { background-color: #BC1288; }
a { background-color: rgb(188,18,136); }
div.DivClassName
{
background-color: #BC1288;
}
.BgClassName
{
background-color: #BC1288;
}
</style>
border-color css
<style>
span { border-color: #BC1288; }
span { border-color: rgb(188,18,136); }
td.TdClassName
{
border-color: #BC1288;
}
.TagClassName
{
border-color: #BC1288;
}
</style>