Shades of Medium Violet Red #BC059E
Tints of Medium Violet Red #BC059E
RGB
CMYK
RGB Variations
Color information
#BC059E (or 0xBC059E) is known color: Medium Violet Red. HEX triplet: BC, 05 and 9E. RGB value is (188,5,158). Sum of RGB (Red+Green+Blue) = 188+5+158=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 5 (2.34% from 255 or 1.42% from 351); Blue value is 158 (62.11% from 255 or 45.01% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC059E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC059E is #43FA61. Grayscale: #4C4C4C. Windows color (decimal): -4455010 or 10356156. OLE color: 10356156.
HSL color Cylindrical-coordinate representation of color #BC059E: hue angle of 309.84º 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 #BC059E is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 5 | 158 | - |
| CMYK | 0 | 0.97 | 0.16 | 0.26 |
| HSL | 309.84º | 0.95% | 0.38% | - |
| HSV(B) | 309.84º | 0.97% | 0.74% | - |
| XYZ | 26.96 | 13.27 | 33.49 | - |
| YUV | 77.16 | 173.63 | 207.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 5 | 158 | 0 | 0.97 | 0.16 | 0.26 | 309.84 | 0.95 | 0.38 |
| Hex | BC | 5 | 9E | 0 | 61 | 10 | 1A | 136 | 5F | 26 |
| Octal | 274 | 5 | 236 | 0 | 141 | 20 | 32 | 466 | 137 | 46 |
| Binary | 10111100 | 101 | 10011110 | 0 | 1100001 | 10000 | 11010 | 100110110 | 1011111 | 100110 |
Color Harmonies of #BC059E
Complementary color
Monochromatic Colors of #BC059E
Black with #BC059E
Text Example
Text Example
White with #BC059E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC059E; }
p { color: rgb(188,5,158); }
H1.HeaderClassName
{
color: #BC059E;
}
.AnyTagClassName
{
color: #BC059E;
}
</style>
background-color css
<style>
a { background-color: #BC059E; }
a { background-color: rgb(188,5,158); }
div.DivClassName
{
background-color: #BC059E;
}
.BgClassName
{
background-color: #BC059E;
}
</style>
border-color css
<style>
span { border-color: #BC059E; }
span { border-color: rgb(188,5,158); }
td.TdClassName
{
border-color: #BC059E;
}
.TagClassName
{
border-color: #BC059E;
}
</style>