Shades of Medium Violet Red #BC1699
Tints of Medium Violet Red #BC1699
RGB
CMYK
RGB Variations
Color information
#BC1699 (or 0xBC1699) is known color: Medium Violet Red. HEX triplet: BC, 16 and 99. RGB value is (188,22,153). Sum of RGB (Red+Green+Blue) = 188+22+153=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 22 (8.98% from 255 or 6.06% from 363); Blue value is 153 (60.16% from 255 or 42.15% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1699 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1699 is #43E966. Grayscale: #565656. Windows color (decimal): -4450663 or 10032828. OLE color: 10032828.
HSL color Cylindrical-coordinate representation of color #BC1699: hue angle of 312.65º 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 #BC1699 is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 22 | 153 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.26 |
| HSL | 312.65º | 0.79% | 0.41% | - |
| HSV(B) | 312.65º | 0.88% | 0.74% | - |
| XYZ | 26.78 | 13.57 | 31.34 | - |
| YUV | 86.57 | 165.5 | 200.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 22 | 153 | 0 | 0.88 | 0.19 | 0.26 | 312.65 | 0.79 | 0.41 |
| Hex | BC | 16 | 99 | 0 | 58 | 13 | 1A | 139 | 4F | 29 |
| Octal | 274 | 26 | 231 | 0 | 130 | 23 | 32 | 471 | 117 | 51 |
| Binary | 10111100 | 10110 | 10011001 | 0 | 1011000 | 10011 | 11010 | 100111001 | 1001111 | 101001 |
Color Harmonies of #BC1699
Complementary color
Monochromatic Colors of #BC1699
Black with #BC1699
Text Example
Text Example
White with #BC1699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1699; }
p { color: rgb(188,22,153); }
H1.HeaderClassName
{
color: #BC1699;
}
.AnyTagClassName
{
color: #BC1699;
}
</style>
background-color css
<style>
a { background-color: #BC1699; }
a { background-color: rgb(188,22,153); }
div.DivClassName
{
background-color: #BC1699;
}
.BgClassName
{
background-color: #BC1699;
}
</style>
border-color css
<style>
span { border-color: #BC1699; }
span { border-color: rgb(188,22,153); }
td.TdClassName
{
border-color: #BC1699;
}
.TagClassName
{
border-color: #BC1699;
}
</style>