Shades of Medium Violet Red #BC1695
Tints of Medium Violet Red #BC1695
RGB
CMYK
RGB Variations
Color information
#BC1695 (or 0xBC1695) is known color: Medium Violet Red. HEX triplet: BC, 16 and 95. RGB value is (188,22,149). Sum of RGB (Red+Green+Blue) = 188+22+149=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 22 (8.98% from 255 or 6.13% from 359); Blue value is 149 (58.59% from 255 or 41.50% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1695 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1695 is #43E96A. Grayscale: #555555. Windows color (decimal): -4450667 or 9770684. OLE color: 9770684.
HSL color Cylindrical-coordinate representation of color #BC1695: hue angle of 314.1º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC1695 is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 22 | 149 | - |
| CMYK | 0 | 0.88 | 0.21 | 0.26 |
| HSL | 314.1º | 0.79% | 0.41% | - |
| HSV(B) | 314.1º | 0.88% | 0.74% | - |
| XYZ | 26.45 | 13.44 | 29.63 | - |
| YUV | 86.11 | 163.5 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 22 | 149 | 0 | 0.88 | 0.21 | 0.26 | 314.1 | 0.79 | 0.41 |
| Hex | BC | 16 | 95 | 0 | 58 | 15 | 1A | 13A | 4F | 29 |
| Octal | 274 | 26 | 225 | 0 | 130 | 25 | 32 | 472 | 117 | 51 |
| Binary | 10111100 | 10110 | 10010101 | 0 | 1011000 | 10101 | 11010 | 100111010 | 1001111 | 101001 |
Color Harmonies of #BC1695
Complementary color
Monochromatic Colors of #BC1695
Black with #BC1695
Text Example
Text Example
White with #BC1695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1695; }
p { color: rgb(188,22,149); }
H1.HeaderClassName
{
color: #BC1695;
}
.AnyTagClassName
{
color: #BC1695;
}
</style>
background-color css
<style>
a { background-color: #BC1695; }
a { background-color: rgb(188,22,149); }
div.DivClassName
{
background-color: #BC1695;
}
.BgClassName
{
background-color: #BC1695;
}
</style>
border-color css
<style>
span { border-color: #BC1695; }
span { border-color: rgb(188,22,149); }
td.TdClassName
{
border-color: #BC1695;
}
.TagClassName
{
border-color: #BC1695;
}
</style>