Shades of Medium Violet Red #BC166C
Tints of Medium Violet Red #BC166C
RGB
CMYK
RGB Variations
Color information
#BC166C (or 0xBC166C) is known color: Medium Violet Red. HEX triplet: BC, 16 and 6C. RGB value is (188,22,108). Sum of RGB (Red+Green+Blue) = 188+22+108=318 (42% of max value = 765). Red value is 188 (73.83% from 255 or 59.12% from 318); Green value is 22 (8.98% from 255 or 6.92% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 188 - color contains mainly: red. Hex color #BC166C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC166C is #43E993. Grayscale: #515151. Windows color (decimal): -4450708 or 7083708. OLE color: 7083708.
HSL color Cylindrical-coordinate representation of color #BC166C: hue angle of 328.92º 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 #BC166C is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 22 | 108 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.26 |
| HSL | 328.92º | 0.79% | 0.41% | - |
| HSV(B) | 328.92º | 0.88% | 0.74% | - |
| XYZ | 23.73 | 12.35 | 15.32 | - |
| YUV | 81.44 | 143 | 204.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 22 | 108 | 0 | 0.88 | 0.43 | 0.26 | 328.92 | 0.79 | 0.41 |
| Hex | BC | 16 | 6C | 0 | 58 | 2B | 1A | 149 | 4F | 29 |
| Octal | 274 | 26 | 154 | 0 | 130 | 53 | 32 | 511 | 117 | 51 |
| Binary | 10111100 | 10110 | 1101100 | 0 | 1011000 | 101011 | 11010 | 101001001 | 1001111 | 101001 |
Color Harmonies of #BC166C
Complementary color
Monochromatic Colors of #BC166C
Black with #BC166C
Text Example
Text Example
White with #BC166C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC166C; }
p { color: rgb(188,22,108); }
H1.HeaderClassName
{
color: #BC166C;
}
.AnyTagClassName
{
color: #BC166C;
}
</style>
background-color css
<style>
a { background-color: #BC166C; }
a { background-color: rgb(188,22,108); }
div.DivClassName
{
background-color: #BC166C;
}
.BgClassName
{
background-color: #BC166C;
}
</style>
border-color css
<style>
span { border-color: #BC166C; }
span { border-color: rgb(188,22,108); }
td.TdClassName
{
border-color: #BC166C;
}
.TagClassName
{
border-color: #BC166C;
}
</style>