Shades of Medium Violet Red #BC0896
Tints of Medium Violet Red #BC0896
RGB
CMYK
RGB Variations
Color information
#BC0896 (or 0xBC0896) is known color: Medium Violet Red. HEX triplet: BC, 08 and 96. RGB value is (188,8,150). Sum of RGB (Red+Green+Blue) = 188+8+150=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 8 (3.52% from 255 or 2.31% from 346); Blue value is 150 (58.98% from 255 or 43.35% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0896 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0896 is #43F769. Grayscale: #4D4D4D. Windows color (decimal): -4454250 or 9832636. OLE color: 9832636.
HSL color Cylindrical-coordinate representation of color #BC0896: hue angle of 312.67º degrees, saturation: 0.92, 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 #BC0896 is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 8 | 150 | - |
| CMYK | 0 | 0.96 | 0.20 | 0.26 |
| HSL | 312.67º | 0.92% | 0.38% | - |
| HSV(B) | 312.67º | 0.96% | 0.74% | - |
| XYZ | 26.33 | 13.07 | 29.99 | - |
| YUV | 78.01 | 168.63 | 206.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 8 | 150 | 0 | 0.96 | 0.20 | 0.26 | 312.67 | 0.92 | 0.38 |
| Hex | BC | 8 | 96 | 0 | 60 | 14 | 1A | 139 | 5C | 26 |
| Octal | 274 | 10 | 226 | 0 | 140 | 24 | 32 | 471 | 134 | 46 |
| Binary | 10111100 | 1000 | 10010110 | 0 | 1100000 | 10100 | 11010 | 100111001 | 1011100 | 100110 |
Color Harmonies of #BC0896
Complementary color
Monochromatic Colors of #BC0896
Black with #BC0896
Text Example
Text Example
White with #BC0896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0896; }
p { color: rgb(188,8,150); }
H1.HeaderClassName
{
color: #BC0896;
}
.AnyTagClassName
{
color: #BC0896;
}
</style>
background-color css
<style>
a { background-color: #BC0896; }
a { background-color: rgb(188,8,150); }
div.DivClassName
{
background-color: #BC0896;
}
.BgClassName
{
background-color: #BC0896;
}
</style>
border-color css
<style>
span { border-color: #BC0896; }
span { border-color: rgb(188,8,150); }
td.TdClassName
{
border-color: #BC0896;
}
.TagClassName
{
border-color: #BC0896;
}
</style>