Shades of Medium Violet Red #BC0B96
Tints of Medium Violet Red #BC0B96
RGB
CMYK
RGB Variations
Color information
#BC0B96 (or 0xBC0B96) is known color: Medium Violet Red. HEX triplet: BC, 0B and 96. RGB value is (188,11,150). Sum of RGB (Red+Green+Blue) = 188+11+150=349 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.87% from 349); Green value is 11 (4.69% from 255 or 3.15% from 349); Blue value is 150 (58.98% from 255 or 42.98% from 349); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0B96 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0B96 is #43F469. Grayscale: #4F4F4F. Windows color (decimal): -4453482 or 9833404. OLE color: 9833404.
HSL color Cylindrical-coordinate representation of color #BC0B96: hue angle of 312.88º 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 #BC0B96 is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 11 | 150 | - |
| CMYK | 0 | 0.94 | 0.20 | 0.26 |
| HSL | 312.88º | 0.89% | 0.39% | - |
| HSV(B) | 312.88º | 0.94% | 0.74% | - |
| XYZ | 26.36 | 13.13 | 30 | - |
| YUV | 79.77 | 167.64 | 205.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 11 | 150 | 0 | 0.94 | 0.20 | 0.26 | 312.88 | 0.89 | 0.39 |
| Hex | BC | B | 96 | 0 | 5E | 14 | 1A | 139 | 59 | 27 |
| Octal | 274 | 13 | 226 | 0 | 136 | 24 | 32 | 471 | 131 | 47 |
| Binary | 10111100 | 1011 | 10010110 | 0 | 1011110 | 10100 | 11010 | 100111001 | 1011001 | 100111 |
Color Harmonies of #BC0B96
Complementary color
Monochromatic Colors of #BC0B96
Black with #BC0B96
Text Example
Text Example
White with #BC0B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0B96; }
p { color: rgb(188,11,150); }
H1.HeaderClassName
{
color: #BC0B96;
}
.AnyTagClassName
{
color: #BC0B96;
}
</style>
background-color css
<style>
a { background-color: #BC0B96; }
a { background-color: rgb(188,11,150); }
div.DivClassName
{
background-color: #BC0B96;
}
.BgClassName
{
background-color: #BC0B96;
}
</style>
border-color css
<style>
span { border-color: #BC0B96; }
span { border-color: rgb(188,11,150); }
td.TdClassName
{
border-color: #BC0B96;
}
.TagClassName
{
border-color: #BC0B96;
}
</style>