Shades of Medium Violet Red #BC0B87
Tints of Medium Violet Red #BC0B87
RGB
CMYK
RGB Variations
Color information
#BC0B87 (or 0xBC0B87) is known color: Medium Violet Red. HEX triplet: BC, 0B and 87. RGB value is (188,11,135). Sum of RGB (Red+Green+Blue) = 188+11+135=334 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.29% from 334); Green value is 11 (4.69% from 255 or 3.29% from 334); Blue value is 135 (53.12% from 255 or 40.42% from 334); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0B87 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0B87 is #43F478. Grayscale: #4D4D4D. Windows color (decimal): -4453497 or 8850364. OLE color: 8850364.
HSL color Cylindrical-coordinate representation of color #BC0B87: hue angle of 317.97º 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 #BC0B87 is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 11 | 135 | - |
| CMYK | 0 | 0.94 | 0.28 | 0.26 |
| HSL | 317.97º | 0.89% | 0.39% | - |
| HSV(B) | 317.97º | 0.94% | 0.74% | - |
| XYZ | 25.23 | 12.68 | 24.04 | - |
| YUV | 78.06 | 160.14 | 206.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 11 | 135 | 0 | 0.94 | 0.28 | 0.26 | 317.97 | 0.89 | 0.39 |
| Hex | BC | B | 87 | 0 | 5E | 1C | 1A | 13E | 59 | 27 |
| Octal | 274 | 13 | 207 | 0 | 136 | 34 | 32 | 476 | 131 | 47 |
| Binary | 10111100 | 1011 | 10000111 | 0 | 1011110 | 11100 | 11010 | 100111110 | 1011001 | 100111 |
Color Harmonies of #BC0B87
Complementary color
Monochromatic Colors of #BC0B87
Black with #BC0B87
Text Example
Text Example
White with #BC0B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0B87; }
p { color: rgb(188,11,135); }
H1.HeaderClassName
{
color: #BC0B87;
}
.AnyTagClassName
{
color: #BC0B87;
}
</style>
background-color css
<style>
a { background-color: #BC0B87; }
a { background-color: rgb(188,11,135); }
div.DivClassName
{
background-color: #BC0B87;
}
.BgClassName
{
background-color: #BC0B87;
}
</style>
border-color css
<style>
span { border-color: #BC0B87; }
span { border-color: rgb(188,11,135); }
td.TdClassName
{
border-color: #BC0B87;
}
.TagClassName
{
border-color: #BC0B87;
}
</style>