Shades of Medium Violet Red #BC1388
Tints of Medium Violet Red #BC1388
RGB
CMYK
RGB Variations
Color information
#BC1388 (or 0xBC1388) is known color: Medium Violet Red. HEX triplet: BC, 13 and 88. RGB value is (188,19,136). Sum of RGB (Red+Green+Blue) = 188+19+136=343 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.81% from 343); Green value is 19 (7.81% from 255 or 5.54% from 343); Blue value is 136 (53.52% from 255 or 39.65% from 343); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1388 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1388 is #43EC77. Grayscale: #525252. Windows color (decimal): -4451448 or 8917948. OLE color: 8917948.
HSL color Cylindrical-coordinate representation of color #BC1388: hue angle of 318.46º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC1388 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 19 | 136 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.26 |
| HSL | 318.46º | 0.82% | 0.41% | - |
| HSV(B) | 318.46º | 0.9% | 0.74% | - |
| XYZ | 25.42 | 12.93 | 24.45 | - |
| YUV | 82.87 | 157.99 | 202.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 19 | 136 | 0 | 0.90 | 0.28 | 0.26 | 318.46 | 0.82 | 0.41 |
| Hex | BC | 13 | 88 | 0 | 5A | 1C | 1A | 13E | 52 | 29 |
| Octal | 274 | 23 | 210 | 0 | 132 | 34 | 32 | 476 | 122 | 51 |
| Binary | 10111100 | 10011 | 10001000 | 0 | 1011010 | 11100 | 11010 | 100111110 | 1010010 | 101001 |
Color Harmonies of #BC1388
Complementary color
Monochromatic Colors of #BC1388
Black with #BC1388
Text Example
Text Example
White with #BC1388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1388; }
p { color: rgb(188,19,136); }
H1.HeaderClassName
{
color: #BC1388;
}
.AnyTagClassName
{
color: #BC1388;
}
</style>
background-color css
<style>
a { background-color: #BC1388; }
a { background-color: rgb(188,19,136); }
div.DivClassName
{
background-color: #BC1388;
}
.BgClassName
{
background-color: #BC1388;
}
</style>
border-color css
<style>
span { border-color: #BC1388; }
span { border-color: rgb(188,19,136); }
td.TdClassName
{
border-color: #BC1388;
}
.TagClassName
{
border-color: #BC1388;
}
</style>