Shades of Medium Violet Red #BC0788
Tints of Medium Violet Red #BC0788
RGB
CMYK
RGB Variations
Color information
#BC0788 (or 0xBC0788) is known color: Medium Violet Red. HEX triplet: BC, 07 and 88. RGB value is (188,7,136). Sum of RGB (Red+Green+Blue) = 188+7+136=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 7 (3.12% from 255 or 2.11% from 331); Blue value is 136 (53.52% from 255 or 41.09% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0788 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0788 is #43F877. Grayscale: #4B4B4B. Windows color (decimal): -4454520 or 8914876. OLE color: 8914876.
HSL color Cylindrical-coordinate representation of color #BC0788: hue angle of 317.24º degrees, saturation: 0.93, 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 #BC0788 is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 7 | 136 | - |
| CMYK | 0 | 0.96 | 0.28 | 0.26 |
| HSL | 317.24º | 0.93% | 0.38% | - |
| HSV(B) | 317.24º | 0.96% | 0.74% | - |
| XYZ | 25.26 | 12.62 | 24.4 | - |
| YUV | 75.83 | 161.97 | 208.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 7 | 136 | 0 | 0.96 | 0.28 | 0.26 | 317.24 | 0.93 | 0.38 |
| Hex | BC | 7 | 88 | 0 | 60 | 1C | 1A | 13D | 5D | 26 |
| Octal | 274 | 7 | 210 | 0 | 140 | 34 | 32 | 475 | 135 | 46 |
| Binary | 10111100 | 111 | 10001000 | 0 | 1100000 | 11100 | 11010 | 100111101 | 1011101 | 100110 |
Color Harmonies of #BC0788
Complementary color
Monochromatic Colors of #BC0788
Black with #BC0788
Text Example
Text Example
White with #BC0788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0788; }
p { color: rgb(188,7,136); }
H1.HeaderClassName
{
color: #BC0788;
}
.AnyTagClassName
{
color: #BC0788;
}
</style>
background-color css
<style>
a { background-color: #BC0788; }
a { background-color: rgb(188,7,136); }
div.DivClassName
{
background-color: #BC0788;
}
.BgClassName
{
background-color: #BC0788;
}
</style>
border-color css
<style>
span { border-color: #BC0788; }
span { border-color: rgb(188,7,136); }
td.TdClassName
{
border-color: #BC0788;
}
.TagClassName
{
border-color: #BC0788;
}
</style>