Shades of Medium Violet Red #BC0B80
Tints of Medium Violet Red #BC0B80
RGB
CMYK
RGB Variations
Color information
#BC0B80 (or 0xBC0B80) is known color: Medium Violet Red. HEX triplet: BC, 0B and 80. RGB value is (188,11,128). Sum of RGB (Red+Green+Blue) = 188+11+128=327 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.49% from 327); Green value is 11 (4.69% from 255 or 3.36% from 327); Blue value is 128 (50.39% from 255 or 39.14% from 327); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0B80 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0B80 is #43F47F. Grayscale: #4C4C4C. Windows color (decimal): -4453504 or 8391612. OLE color: 8391612.
HSL color Cylindrical-coordinate representation of color #BC0B80: hue angle of 320.34º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0B80 is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 11 | 128 | - |
| CMYK | 0 | 0.94 | 0.32 | 0.26 |
| HSL | 320.34º | 0.89% | 0.39% | - |
| HSV(B) | 320.34º | 0.94% | 0.74% | - |
| XYZ | 24.75 | 12.49 | 21.53 | - |
| YUV | 77.26 | 156.64 | 206.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 11 | 128 | 0 | 0.94 | 0.32 | 0.26 | 320.34 | 0.89 | 0.39 |
| Hex | BC | B | 80 | 0 | 5E | 20 | 1A | 140 | 59 | 27 |
| Octal | 274 | 13 | 200 | 0 | 136 | 40 | 32 | 500 | 131 | 47 |
| Binary | 10111100 | 1011 | 10000000 | 0 | 1011110 | 100000 | 11010 | 101000000 | 1011001 | 100111 |
Color Harmonies of #BC0B80
Complementary color
Monochromatic Colors of #BC0B80
Black with #BC0B80
Text Example
Text Example
White with #BC0B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0B80; }
p { color: rgb(188,11,128); }
H1.HeaderClassName
{
color: #BC0B80;
}
.AnyTagClassName
{
color: #BC0B80;
}
</style>
background-color css
<style>
a { background-color: #BC0B80; }
a { background-color: rgb(188,11,128); }
div.DivClassName
{
background-color: #BC0B80;
}
.BgClassName
{
background-color: #BC0B80;
}
</style>
border-color css
<style>
span { border-color: #BC0B80; }
span { border-color: rgb(188,11,128); }
td.TdClassName
{
border-color: #BC0B80;
}
.TagClassName
{
border-color: #BC0B80;
}
</style>