Shades of Medium Violet Red #BC0296
Tints of Medium Violet Red #BC0296
RGB
CMYK
RGB Variations
Color information
#BC0296 (or 0xBC0296) is known color: Medium Violet Red. HEX triplet: BC, 02 and 96. RGB value is (188,2,150). Sum of RGB (Red+Green+Blue) = 188+2+150=340 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.29% from 340); Green value is 2 (1.17% from 255 or 0.59% from 340); Blue value is 150 (58.98% from 255 or 44.12% from 340); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0296 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0296 is #43FD69. Grayscale: #4A4A4A. Windows color (decimal): -4455786 or 9831100. OLE color: 9831100.
HSL color Cylindrical-coordinate representation of color #BC0296: hue angle of 312.26º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC0296 is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 2 | 150 | - |
| CMYK | 0 | 0.99 | 0.20 | 0.26 |
| HSL | 312.26º | 0.98% | 0.37% | - |
| HSV(B) | 312.26º | 0.99% | 0.74% | - |
| XYZ | 26.27 | 12.94 | 29.97 | - |
| YUV | 74.49 | 170.62 | 208.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 2 | 150 | 0 | 0.99 | 0.20 | 0.26 | 312.26 | 0.98 | 0.37 |
| Hex | BC | 2 | 96 | 0 | 63 | 14 | 1A | 138 | 62 | 25 |
| Octal | 274 | 2 | 226 | 0 | 143 | 24 | 32 | 470 | 142 | 45 |
| Binary | 10111100 | 10 | 10010110 | 0 | 1100011 | 10100 | 11010 | 100111000 | 1100010 | 100101 |
Color Harmonies of #BC0296
Complementary color
Monochromatic Colors of #BC0296
Black with #BC0296
Text Example
Text Example
White with #BC0296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0296; }
p { color: rgb(188,2,150); }
H1.HeaderClassName
{
color: #BC0296;
}
.AnyTagClassName
{
color: #BC0296;
}
</style>
background-color css
<style>
a { background-color: #BC0296; }
a { background-color: rgb(188,2,150); }
div.DivClassName
{
background-color: #BC0296;
}
.BgClassName
{
background-color: #BC0296;
}
</style>
border-color css
<style>
span { border-color: #BC0296; }
span { border-color: rgb(188,2,150); }
td.TdClassName
{
border-color: #BC0296;
}
.TagClassName
{
border-color: #BC0296;
}
</style>