Shades of Medium Violet Red #BC059B
Tints of Medium Violet Red #BC059B
RGB
CMYK
RGB Variations
Color information
#BC059B (or 0xBC059B) is known color: Medium Violet Red. HEX triplet: BC, 05 and 9B. RGB value is (188,5,155). Sum of RGB (Red+Green+Blue) = 188+5+155=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 5 (2.34% from 255 or 1.44% from 348); Blue value is 155 (60.94% from 255 or 44.54% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC059B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC059B is #43FA64. Grayscale: #4C4C4C. Windows color (decimal): -4455013 or 10159548. OLE color: 10159548.
HSL color Cylindrical-coordinate representation of color #BC059B: hue angle of 310.82º 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 #BC059B is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 5 | 155 | - |
| CMYK | 0 | 0.97 | 0.18 | 0.26 |
| HSL | 310.82º | 0.95% | 0.38% | - |
| HSV(B) | 310.82º | 0.97% | 0.74% | - |
| XYZ | 26.71 | 13.17 | 32.14 | - |
| YUV | 76.82 | 172.13 | 207.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 5 | 155 | 0 | 0.97 | 0.18 | 0.26 | 310.82 | 0.95 | 0.38 |
| Hex | BC | 5 | 9B | 0 | 61 | 12 | 1A | 137 | 5F | 26 |
| Octal | 274 | 5 | 233 | 0 | 141 | 22 | 32 | 467 | 137 | 46 |
| Binary | 10111100 | 101 | 10011011 | 0 | 1100001 | 10010 | 11010 | 100110111 | 1011111 | 100110 |
Color Harmonies of #BC059B
Complementary color
Monochromatic Colors of #BC059B
Black with #BC059B
Text Example
Text Example
White with #BC059B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC059B; }
p { color: rgb(188,5,155); }
H1.HeaderClassName
{
color: #BC059B;
}
.AnyTagClassName
{
color: #BC059B;
}
</style>
background-color css
<style>
a { background-color: #BC059B; }
a { background-color: rgb(188,5,155); }
div.DivClassName
{
background-color: #BC059B;
}
.BgClassName
{
background-color: #BC059B;
}
</style>
border-color css
<style>
span { border-color: #BC059B; }
span { border-color: rgb(188,5,155); }
td.TdClassName
{
border-color: #BC059B;
}
.TagClassName
{
border-color: #BC059B;
}
</style>