Shades of Medium Violet Red #BC0C88
Tints of Medium Violet Red #BC0C88
RGB
CMYK
RGB Variations
Color information
#BC0C88 (or 0xBC0C88) is known color: Medium Violet Red. HEX triplet: BC, 0C and 88. RGB value is (188,12,136). Sum of RGB (Red+Green+Blue) = 188+12+136=336 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.95% from 336); Green value is 12 (5.08% from 255 or 3.57% from 336); Blue value is 136 (53.52% from 255 or 40.48% from 336); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0C88 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0C88 is #43F377. Grayscale: #4E4E4E. Windows color (decimal): -4453240 or 8916156. OLE color: 8916156.
HSL color Cylindrical-coordinate representation of color #BC0C88: hue angle of 317.73º degrees, saturation: 0.88, 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 #BC0C88 is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 12 | 136 | - |
| CMYK | 0 | 0.94 | 0.28 | 0.26 |
| HSL | 317.73º | 0.88% | 0.39% | - |
| HSV(B) | 317.73º | 0.94% | 0.74% | - |
| XYZ | 25.31 | 12.73 | 24.42 | - |
| YUV | 78.76 | 160.31 | 205.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 12 | 136 | 0 | 0.94 | 0.28 | 0.26 | 317.73 | 0.88 | 0.39 |
| Hex | BC | C | 88 | 0 | 5E | 1C | 1A | 13E | 58 | 27 |
| Octal | 274 | 14 | 210 | 0 | 136 | 34 | 32 | 476 | 130 | 47 |
| Binary | 10111100 | 1100 | 10001000 | 0 | 1011110 | 11100 | 11010 | 100111110 | 1011000 | 100111 |
Color Harmonies of #BC0C88
Complementary color
Monochromatic Colors of #BC0C88
Black with #BC0C88
Text Example
Text Example
White with #BC0C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0C88; }
p { color: rgb(188,12,136); }
H1.HeaderClassName
{
color: #BC0C88;
}
.AnyTagClassName
{
color: #BC0C88;
}
</style>
background-color css
<style>
a { background-color: #BC0C88; }
a { background-color: rgb(188,12,136); }
div.DivClassName
{
background-color: #BC0C88;
}
.BgClassName
{
background-color: #BC0C88;
}
</style>
border-color css
<style>
span { border-color: #BC0C88; }
span { border-color: rgb(188,12,136); }
td.TdClassName
{
border-color: #BC0C88;
}
.TagClassName
{
border-color: #BC0C88;
}
</style>