Shades of Medium Violet Red #BC1588
Tints of Medium Violet Red #BC1588
RGB
CMYK
RGB Variations
Color information
#BC1588 (or 0xBC1588) is known color: Medium Violet Red. HEX triplet: BC, 15 and 88. RGB value is (188,21,136). Sum of RGB (Red+Green+Blue) = 188+21+136=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 21 (8.59% from 255 or 6.09% from 345); Blue value is 136 (53.52% from 255 or 39.42% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1588 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1588 is #43EA77. Grayscale: #535353. Windows color (decimal): -4450936 or 8918460. OLE color: 8918460.
HSL color Cylindrical-coordinate representation of color #BC1588: hue angle of 318.68º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC1588 is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 21 | 136 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.26 |
| HSL | 318.68º | 0.8% | 0.41% | - |
| HSV(B) | 318.68º | 0.89% | 0.74% | - |
| XYZ | 25.45 | 13.01 | 24.46 | - |
| YUV | 84.04 | 157.33 | 202.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 21 | 136 | 0 | 0.89 | 0.28 | 0.26 | 318.68 | 0.8 | 0.41 |
| Hex | BC | 15 | 88 | 0 | 59 | 1C | 1A | 13F | 50 | 29 |
| Octal | 274 | 25 | 210 | 0 | 131 | 34 | 32 | 477 | 120 | 51 |
| Binary | 10111100 | 10101 | 10001000 | 0 | 1011001 | 11100 | 11010 | 100111111 | 1010000 | 101001 |
Color Harmonies of #BC1588
Complementary color
Monochromatic Colors of #BC1588
Black with #BC1588
Text Example
Text Example
White with #BC1588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1588; }
p { color: rgb(188,21,136); }
H1.HeaderClassName
{
color: #BC1588;
}
.AnyTagClassName
{
color: #BC1588;
}
</style>
background-color css
<style>
a { background-color: #BC1588; }
a { background-color: rgb(188,21,136); }
div.DivClassName
{
background-color: #BC1588;
}
.BgClassName
{
background-color: #BC1588;
}
</style>
border-color css
<style>
span { border-color: #BC1588; }
span { border-color: rgb(188,21,136); }
td.TdClassName
{
border-color: #BC1588;
}
.TagClassName
{
border-color: #BC1588;
}
</style>