Shades of Medium Violet Red #BC1688
Tints of Medium Violet Red #BC1688
RGB
CMYK
RGB Variations
Color information
#BC1688 (or 0xBC1688) is known color: Medium Violet Red. HEX triplet: BC, 16 and 88. RGB value is (188,22,136). Sum of RGB (Red+Green+Blue) = 188+22+136=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 22 (8.98% from 255 or 6.36% from 346); Blue value is 136 (53.52% from 255 or 39.31% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1688 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1688 is #43E977. Grayscale: #545454. Windows color (decimal): -4450680 or 8918716. OLE color: 8918716.
HSL color Cylindrical-coordinate representation of color #BC1688: hue angle of 318.8º 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 #BC1688 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 22 | 136 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.26 |
| HSL | 318.8º | 0.79% | 0.41% | - |
| HSV(B) | 318.8º | 0.88% | 0.74% | - |
| XYZ | 25.47 | 13.04 | 24.47 | - |
| YUV | 84.63 | 157 | 201.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 22 | 136 | 0 | 0.88 | 0.28 | 0.26 | 318.8 | 0.79 | 0.41 |
| Hex | BC | 16 | 88 | 0 | 58 | 1C | 1A | 13F | 4F | 29 |
| Octal | 274 | 26 | 210 | 0 | 130 | 34 | 32 | 477 | 117 | 51 |
| Binary | 10111100 | 10110 | 10001000 | 0 | 1011000 | 11100 | 11010 | 100111111 | 1001111 | 101001 |
Color Harmonies of #BC1688
Complementary color
Monochromatic Colors of #BC1688
Black with #BC1688
Text Example
Text Example
White with #BC1688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1688; }
p { color: rgb(188,22,136); }
H1.HeaderClassName
{
color: #BC1688;
}
.AnyTagClassName
{
color: #BC1688;
}
</style>
background-color css
<style>
a { background-color: #BC1688; }
a { background-color: rgb(188,22,136); }
div.DivClassName
{
background-color: #BC1688;
}
.BgClassName
{
background-color: #BC1688;
}
</style>
border-color css
<style>
span { border-color: #BC1688; }
span { border-color: rgb(188,22,136); }
td.TdClassName
{
border-color: #BC1688;
}
.TagClassName
{
border-color: #BC1688;
}
</style>