Shades of Medium Violet Red #BC058F
Tints of Medium Violet Red #BC058F
RGB
CMYK
RGB Variations
Color information
#BC058F (or 0xBC058F) is known color: Medium Violet Red. HEX triplet: BC, 05 and 8F. RGB value is (188,5,143). Sum of RGB (Red+Green+Blue) = 188+5+143=336 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.95% from 336); Green value is 5 (2.34% from 255 or 1.49% from 336); Blue value is 143 (56.25% from 255 or 42.56% from 336); Max value from RGB is 188 - color contains mainly: red. Hex color #BC058F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC058F is #43FA70. Grayscale: #4B4B4B. Windows color (decimal): -4455025 or 9373116. OLE color: 9373116.
HSL color Cylindrical-coordinate representation of color #BC058F: hue angle of 314.75º 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 #BC058F is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 5 | 143 | - |
| CMYK | 0 | 0.97 | 0.24 | 0.26 |
| HSL | 314.75º | 0.95% | 0.38% | - |
| HSV(B) | 314.75º | 0.97% | 0.74% | - |
| XYZ | 25.75 | 12.78 | 27.1 | - |
| YUV | 75.45 | 166.13 | 208.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 5 | 143 | 0 | 0.97 | 0.24 | 0.26 | 314.75 | 0.95 | 0.38 |
| Hex | BC | 5 | 8F | 0 | 61 | 18 | 1A | 13B | 5F | 26 |
| Octal | 274 | 5 | 217 | 0 | 141 | 30 | 32 | 473 | 137 | 46 |
| Binary | 10111100 | 101 | 10001111 | 0 | 1100001 | 11000 | 11010 | 100111011 | 1011111 | 100110 |
Color Harmonies of #BC058F
Complementary color
Monochromatic Colors of #BC058F
Black with #BC058F
Text Example
Text Example
White with #BC058F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC058F; }
p { color: rgb(188,5,143); }
H1.HeaderClassName
{
color: #BC058F;
}
.AnyTagClassName
{
color: #BC058F;
}
</style>
background-color css
<style>
a { background-color: #BC058F; }
a { background-color: rgb(188,5,143); }
div.DivClassName
{
background-color: #BC058F;
}
.BgClassName
{
background-color: #BC058F;
}
</style>
border-color css
<style>
span { border-color: #BC058F; }
span { border-color: rgb(188,5,143); }
td.TdClassName
{
border-color: #BC058F;
}
.TagClassName
{
border-color: #BC058F;
}
</style>