Shades of Medium Violet Red #BC0880
Tints of Medium Violet Red #BC0880
RGB
CMYK
RGB Variations
Color information
#BC0880 (or 0xBC0880) is known color: Medium Violet Red. HEX triplet: BC, 08 and 80. RGB value is (188,8,128). Sum of RGB (Red+Green+Blue) = 188+8+128=324 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.02% from 324); Green value is 8 (3.52% from 255 or 2.47% from 324); Blue value is 128 (50.39% from 255 or 39.51% from 324); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0880 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0880 is #43F77F. Grayscale: #4B4B4B. Windows color (decimal): -4454272 or 8390844. OLE color: 8390844.
HSL color Cylindrical-coordinate representation of color #BC0880: hue angle of 320º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC0880 is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 8 | 128 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.26 |
| HSL | 320º | 0.92% | 0.38% | - |
| HSV(B) | 320º | 0.96% | 0.74% | - |
| XYZ | 24.72 | 12.42 | 21.52 | - |
| YUV | 75.5 | 157.63 | 208.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 8 | 128 | 0 | 0.96 | 0.32 | 0.26 | 320 | 0.92 | 0.38 |
| Hex | BC | 8 | 80 | 0 | 60 | 20 | 1A | 140 | 5C | 26 |
| Octal | 274 | 10 | 200 | 0 | 140 | 40 | 32 | 500 | 134 | 46 |
| Binary | 10111100 | 1000 | 10000000 | 0 | 1100000 | 100000 | 11010 | 101000000 | 1011100 | 100110 |
Color Harmonies of #BC0880
Complementary color
Monochromatic Colors of #BC0880
Black with #BC0880
Text Example
Text Example
White with #BC0880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0880; }
p { color: rgb(188,8,128); }
H1.HeaderClassName
{
color: #BC0880;
}
.AnyTagClassName
{
color: #BC0880;
}
</style>
background-color css
<style>
a { background-color: #BC0880; }
a { background-color: rgb(188,8,128); }
div.DivClassName
{
background-color: #BC0880;
}
.BgClassName
{
background-color: #BC0880;
}
</style>
border-color css
<style>
span { border-color: #BC0880; }
span { border-color: rgb(188,8,128); }
td.TdClassName
{
border-color: #BC0880;
}
.TagClassName
{
border-color: #BC0880;
}
</style>