Shades of Medium Violet Red #BC1689
Tints of Medium Violet Red #BC1689
RGB
CMYK
RGB Variations
Color information
#BC1689 (or 0xBC1689) is known color: Medium Violet Red. HEX triplet: BC, 16 and 89. RGB value is (188,22,137). Sum of RGB (Red+Green+Blue) = 188+22+137=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 22 (8.98% from 255 or 6.34% from 347); Blue value is 137 (53.91% from 255 or 39.48% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1689 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1689 is #43E976. Grayscale: #545454. Windows color (decimal): -4450679 or 8984252. OLE color: 8984252.
HSL color Cylindrical-coordinate representation of color #BC1689: hue angle of 318.43º 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 #BC1689 is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 22 | 137 | - |
| CMYK | 0 | 0.88 | 0.27 | 0.26 |
| HSL | 318.43º | 0.79% | 0.41% | - |
| HSV(B) | 318.43º | 0.88% | 0.74% | - |
| XYZ | 25.54 | 13.07 | 24.84 | - |
| YUV | 84.74 | 157.5 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 22 | 137 | 0 | 0.88 | 0.27 | 0.26 | 318.43 | 0.79 | 0.41 |
| Hex | BC | 16 | 89 | 0 | 58 | 1B | 1A | 13E | 4F | 29 |
| Octal | 274 | 26 | 211 | 0 | 130 | 33 | 32 | 476 | 117 | 51 |
| Binary | 10111100 | 10110 | 10001001 | 0 | 1011000 | 11011 | 11010 | 100111110 | 1001111 | 101001 |
Color Harmonies of #BC1689
Complementary color
Monochromatic Colors of #BC1689
Black with #BC1689
Text Example
Text Example
White with #BC1689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1689; }
p { color: rgb(188,22,137); }
H1.HeaderClassName
{
color: #BC1689;
}
.AnyTagClassName
{
color: #BC1689;
}
</style>
background-color css
<style>
a { background-color: #BC1689; }
a { background-color: rgb(188,22,137); }
div.DivClassName
{
background-color: #BC1689;
}
.BgClassName
{
background-color: #BC1689;
}
</style>
border-color css
<style>
span { border-color: #BC1689; }
span { border-color: rgb(188,22,137); }
td.TdClassName
{
border-color: #BC1689;
}
.TagClassName
{
border-color: #BC1689;
}
</style>