Shades of Medium Violet Red #BC0588
Tints of Medium Violet Red #BC0588
RGB
CMYK
RGB Variations
Color information
#BC0588 (or 0xBC0588) is known color: Medium Violet Red. HEX triplet: BC, 05 and 88. RGB value is (188,5,136). Sum of RGB (Red+Green+Blue) = 188+5+136=329 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.14% from 329); Green value is 5 (2.34% from 255 or 1.52% from 329); Blue value is 136 (53.52% from 255 or 41.34% from 329); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0588 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0588 is #43FA77. Grayscale: #4A4A4A. Windows color (decimal): -4455032 or 8914364. OLE color: 8914364.
HSL color Cylindrical-coordinate representation of color #BC0588: hue angle of 317.05º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC0588 is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 5 | 136 | - |
| CMYK | 0 | 0.97 | 0.28 | 0.26 |
| HSL | 317.05º | 0.95% | 0.38% | - |
| HSV(B) | 317.05º | 0.97% | 0.74% | - |
| XYZ | 25.24 | 12.58 | 24.39 | - |
| YUV | 74.65 | 162.63 | 208.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 5 | 136 | 0 | 0.97 | 0.28 | 0.26 | 317.05 | 0.95 | 0.38 |
| Hex | BC | 5 | 88 | 0 | 61 | 1C | 1A | 13D | 5F | 26 |
| Octal | 274 | 5 | 210 | 0 | 141 | 34 | 32 | 475 | 137 | 46 |
| Binary | 10111100 | 101 | 10001000 | 0 | 1100001 | 11100 | 11010 | 100111101 | 1011111 | 100110 |
Color Harmonies of #BC0588
Complementary color
Monochromatic Colors of #BC0588
Black with #BC0588
Text Example
Text Example
White with #BC0588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0588; }
p { color: rgb(188,5,136); }
H1.HeaderClassName
{
color: #BC0588;
}
.AnyTagClassName
{
color: #BC0588;
}
</style>
background-color css
<style>
a { background-color: #BC0588; }
a { background-color: rgb(188,5,136); }
div.DivClassName
{
background-color: #BC0588;
}
.BgClassName
{
background-color: #BC0588;
}
</style>
border-color css
<style>
span { border-color: #BC0588; }
span { border-color: rgb(188,5,136); }
td.TdClassName
{
border-color: #BC0588;
}
.TagClassName
{
border-color: #BC0588;
}
</style>