Shades of Medium Violet Red #BC168C
Tints of Medium Violet Red #BC168C
RGB
CMYK
RGB Variations
Color information
#BC168C (or 0xBC168C) is known color: Medium Violet Red. HEX triplet: BC, 16 and 8C. RGB value is (188,22,140). Sum of RGB (Red+Green+Blue) = 188+22+140=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 22 (8.98% from 255 or 6.29% from 350); Blue value is 140 (55.08% from 255 or 40% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC168C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC168C is #43E973. Grayscale: #545454. Windows color (decimal): -4450676 or 9180860. OLE color: 9180860.
HSL color Cylindrical-coordinate representation of color #BC168C: hue angle of 317.35º 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 #BC168C is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 22 | 140 | - |
| CMYK | 0 | 0.88 | 0.26 | 0.26 |
| HSL | 317.35º | 0.79% | 0.41% | - |
| HSV(B) | 317.35º | 0.88% | 0.74% | - |
| XYZ | 25.76 | 13.16 | 25.99 | - |
| YUV | 85.09 | 159 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 22 | 140 | 0 | 0.88 | 0.26 | 0.26 | 317.35 | 0.79 | 0.41 |
| Hex | BC | 16 | 8C | 0 | 58 | 1A | 1A | 13D | 4F | 29 |
| Octal | 274 | 26 | 214 | 0 | 130 | 32 | 32 | 475 | 117 | 51 |
| Binary | 10111100 | 10110 | 10001100 | 0 | 1011000 | 11010 | 11010 | 100111101 | 1001111 | 101001 |
Color Harmonies of #BC168C
Complementary color
Monochromatic Colors of #BC168C
Black with #BC168C
Text Example
Text Example
White with #BC168C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC168C; }
p { color: rgb(188,22,140); }
H1.HeaderClassName
{
color: #BC168C;
}
.AnyTagClassName
{
color: #BC168C;
}
</style>
background-color css
<style>
a { background-color: #BC168C; }
a { background-color: rgb(188,22,140); }
div.DivClassName
{
background-color: #BC168C;
}
.BgClassName
{
background-color: #BC168C;
}
</style>
border-color css
<style>
span { border-color: #BC168C; }
span { border-color: rgb(188,22,140); }
td.TdClassName
{
border-color: #BC168C;
}
.TagClassName
{
border-color: #BC168C;
}
</style>