Shades of Medium Violet Red #BC1896
Tints of Medium Violet Red #BC1896
RGB
CMYK
RGB Variations
Color information
#BC1896 (or 0xBC1896) is known color: Medium Violet Red. HEX triplet: BC, 18 and 96. RGB value is (188,24,150). Sum of RGB (Red+Green+Blue) = 188+24+150=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 24 (9.77% from 255 or 6.63% from 362); Blue value is 150 (58.98% from 255 or 41.44% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1896 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1896 is #43E769. Grayscale: #575757. Windows color (decimal): -4450154 or 9836732. OLE color: 9836732.
HSL color Cylindrical-coordinate representation of color #BC1896: hue angle of 313.9º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC1896 is Cyan = 0, Magento = 0.87, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 24 | 150 | - |
| CMYK | 0 | 0.87 | 0.20 | 0.26 |
| HSL | 313.9º | 0.77% | 0.42% | - |
| HSV(B) | 313.9º | 0.87% | 0.74% | - |
| XYZ | 26.57 | 13.55 | 30.07 | - |
| YUV | 87.4 | 163.33 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 24 | 150 | 0 | 0.87 | 0.20 | 0.26 | 313.9 | 0.77 | 0.42 |
| Hex | BC | 18 | 96 | 0 | 57 | 14 | 1A | 13A | 4D | 2A |
| Octal | 274 | 30 | 226 | 0 | 127 | 24 | 32 | 472 | 115 | 52 |
| Binary | 10111100 | 11000 | 10010110 | 0 | 1010111 | 10100 | 11010 | 100111010 | 1001101 | 101010 |
Color Harmonies of #BC1896
Complementary color
Monochromatic Colors of #BC1896
Black with #BC1896
Text Example
Text Example
White with #BC1896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1896; }
p { color: rgb(188,24,150); }
H1.HeaderClassName
{
color: #BC1896;
}
.AnyTagClassName
{
color: #BC1896;
}
</style>
background-color css
<style>
a { background-color: #BC1896; }
a { background-color: rgb(188,24,150); }
div.DivClassName
{
background-color: #BC1896;
}
.BgClassName
{
background-color: #BC1896;
}
</style>
border-color css
<style>
span { border-color: #BC1896; }
span { border-color: rgb(188,24,150); }
td.TdClassName
{
border-color: #BC1896;
}
.TagClassName
{
border-color: #BC1896;
}
</style>