Shades of Medium Violet Red #BC059D
Tints of Medium Violet Red #BC059D
RGB
CMYK
RGB Variations
Color information
#BC059D (or 0xBC059D) is known color: Medium Violet Red. HEX triplet: BC, 05 and 9D. RGB value is (188,5,157). Sum of RGB (Red+Green+Blue) = 188+5+157=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 5 (2.34% from 255 or 1.43% from 350); Blue value is 157 (61.72% from 255 or 44.86% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC059D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC059D is #43FA62. Grayscale: #4C4C4C. Windows color (decimal): -4455011 or 10290620. OLE color: 10290620.
HSL color Cylindrical-coordinate representation of color #BC059D: hue angle of 310.16º 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 #BC059D is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 5 | 157 | - |
| CMYK | 0 | 0.97 | 0.16 | 0.26 |
| HSL | 310.16º | 0.95% | 0.38% | - |
| HSV(B) | 310.16º | 0.97% | 0.74% | - |
| XYZ | 26.88 | 13.23 | 33.04 | - |
| YUV | 77.05 | 173.13 | 207.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 5 | 157 | 0 | 0.97 | 0.16 | 0.26 | 310.16 | 0.95 | 0.38 |
| Hex | BC | 5 | 9D | 0 | 61 | 10 | 1A | 136 | 5F | 26 |
| Octal | 274 | 5 | 235 | 0 | 141 | 20 | 32 | 466 | 137 | 46 |
| Binary | 10111100 | 101 | 10011101 | 0 | 1100001 | 10000 | 11010 | 100110110 | 1011111 | 100110 |
Color Harmonies of #BC059D
Complementary color
Monochromatic Colors of #BC059D
Black with #BC059D
Text Example
Text Example
White with #BC059D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC059D; }
p { color: rgb(188,5,157); }
H1.HeaderClassName
{
color: #BC059D;
}
.AnyTagClassName
{
color: #BC059D;
}
</style>
background-color css
<style>
a { background-color: #BC059D; }
a { background-color: rgb(188,5,157); }
div.DivClassName
{
background-color: #BC059D;
}
.BgClassName
{
background-color: #BC059D;
}
</style>
border-color css
<style>
span { border-color: #BC059D; }
span { border-color: rgb(188,5,157); }
td.TdClassName
{
border-color: #BC059D;
}
.TagClassName
{
border-color: #BC059D;
}
</style>