Shades of Medium Violet Red #BC0C96
Tints of Medium Violet Red #BC0C96
RGB
CMYK
RGB Variations
Color information
#BC0C96 (or 0xBC0C96) is known color: Medium Violet Red. HEX triplet: BC, 0C and 96. RGB value is (188,12,150). Sum of RGB (Red+Green+Blue) = 188+12+150=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 12 (5.08% from 255 or 3.43% from 350); Blue value is 150 (58.98% from 255 or 42.86% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0C96 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0C96 is #43F369. Grayscale: #4F4F4F. Windows color (decimal): -4453226 or 9833660. OLE color: 9833660.
HSL color Cylindrical-coordinate representation of color #BC0C96: hue angle of 312.95º 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 #BC0C96 is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 12 | 150 | - |
| CMYK | 0 | 0.94 | 0.20 | 0.26 |
| HSL | 312.95º | 0.88% | 0.39% | - |
| HSV(B) | 312.95º | 0.94% | 0.74% | - |
| XYZ | 26.38 | 13.16 | 30 | - |
| YUV | 80.36 | 167.31 | 204.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 12 | 150 | 0 | 0.94 | 0.20 | 0.26 | 312.95 | 0.88 | 0.39 |
| Hex | BC | C | 96 | 0 | 5E | 14 | 1A | 139 | 58 | 27 |
| Octal | 274 | 14 | 226 | 0 | 136 | 24 | 32 | 471 | 130 | 47 |
| Binary | 10111100 | 1100 | 10010110 | 0 | 1011110 | 10100 | 11010 | 100111001 | 1011000 | 100111 |
Color Harmonies of #BC0C96
Complementary color
Monochromatic Colors of #BC0C96
Black with #BC0C96
Text Example
Text Example
White with #BC0C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0C96; }
p { color: rgb(188,12,150); }
H1.HeaderClassName
{
color: #BC0C96;
}
.AnyTagClassName
{
color: #BC0C96;
}
</style>
background-color css
<style>
a { background-color: #BC0C96; }
a { background-color: rgb(188,12,150); }
div.DivClassName
{
background-color: #BC0C96;
}
.BgClassName
{
background-color: #BC0C96;
}
</style>
border-color css
<style>
span { border-color: #BC0C96; }
span { border-color: rgb(188,12,150); }
td.TdClassName
{
border-color: #BC0C96;
}
.TagClassName
{
border-color: #BC0C96;
}
</style>