Shades of Medium Violet Red #BC0F96
Tints of Medium Violet Red #BC0F96
RGB
CMYK
RGB Variations
Color information
#BC0F96 (or 0xBC0F96) is known color: Medium Violet Red. HEX triplet: BC, 0F and 96. RGB value is (188,15,150). Sum of RGB (Red+Green+Blue) = 188+15+150=353 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.26% from 353); Green value is 15 (6.25% from 255 or 4.25% from 353); Blue value is 150 (58.98% from 255 or 42.49% from 353); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0F96 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0F96 is #43F069. Grayscale: #515151. Windows color (decimal): -4452458 or 9834428. OLE color: 9834428.
HSL color Cylindrical-coordinate representation of color #BC0F96: hue angle of 313.18º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BC0F96 is Cyan = 0, Magento = 0.92, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 15 | 150 | - |
| CMYK | 0 | 0.92 | 0.20 | 0.26 |
| HSL | 313.18º | 0.85% | 0.4% | - |
| HSV(B) | 313.18º | 0.92% | 0.74% | - |
| XYZ | 26.41 | 13.24 | 30.02 | - |
| YUV | 82.12 | 166.31 | 203.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 15 | 150 | 0 | 0.92 | 0.20 | 0.26 | 313.18 | 0.85 | 0.4 |
| Hex | BC | F | 96 | 0 | 5C | 14 | 1A | 139 | 55 | 28 |
| Octal | 274 | 17 | 226 | 0 | 134 | 24 | 32 | 471 | 125 | 50 |
| Binary | 10111100 | 1111 | 10010110 | 0 | 1011100 | 10100 | 11010 | 100111001 | 1010101 | 101000 |
Color Harmonies of #BC0F96
Complementary color
Monochromatic Colors of #BC0F96
Black with #BC0F96
Text Example
Text Example
White with #BC0F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0F96; }
p { color: rgb(188,15,150); }
H1.HeaderClassName
{
color: #BC0F96;
}
.AnyTagClassName
{
color: #BC0F96;
}
</style>
background-color css
<style>
a { background-color: #BC0F96; }
a { background-color: rgb(188,15,150); }
div.DivClassName
{
background-color: #BC0F96;
}
.BgClassName
{
background-color: #BC0F96;
}
</style>
border-color css
<style>
span { border-color: #BC0F96; }
span { border-color: rgb(188,15,150); }
td.TdClassName
{
border-color: #BC0F96;
}
.TagClassName
{
border-color: #BC0F96;
}
</style>