Shades of Medium Violet Red #BC168E
Tints of Medium Violet Red #BC168E
RGB
CMYK
RGB Variations
Color information
#BC168E (or 0xBC168E) is known color: Medium Violet Red. HEX triplet: BC, 16 and 8E. RGB value is (188,22,142). Sum of RGB (Red+Green+Blue) = 188+22+142=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 22 (8.98% from 255 or 6.25% from 352); Blue value is 142 (55.86% from 255 or 40.34% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC168E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC168E is #43E971. Grayscale: #555555. Windows color (decimal): -4450674 or 9311932. OLE color: 9311932.
HSL color Cylindrical-coordinate representation of color #BC168E: hue angle of 316.63º 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 #BC168E is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 22 | 142 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.26 |
| HSL | 316.63º | 0.79% | 0.41% | - |
| HSV(B) | 316.63º | 0.88% | 0.74% | - |
| XYZ | 25.91 | 13.22 | 26.78 | - |
| YUV | 85.31 | 160 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 22 | 142 | 0 | 0.88 | 0.24 | 0.26 | 316.63 | 0.79 | 0.41 |
| Hex | BC | 16 | 8E | 0 | 58 | 18 | 1A | 13D | 4F | 29 |
| Octal | 274 | 26 | 216 | 0 | 130 | 30 | 32 | 475 | 117 | 51 |
| Binary | 10111100 | 10110 | 10001110 | 0 | 1011000 | 11000 | 11010 | 100111101 | 1001111 | 101001 |
Color Harmonies of #BC168E
Complementary color
Monochromatic Colors of #BC168E
Black with #BC168E
Text Example
Text Example
White with #BC168E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC168E; }
p { color: rgb(188,22,142); }
H1.HeaderClassName
{
color: #BC168E;
}
.AnyTagClassName
{
color: #BC168E;
}
</style>
background-color css
<style>
a { background-color: #BC168E; }
a { background-color: rgb(188,22,142); }
div.DivClassName
{
background-color: #BC168E;
}
.BgClassName
{
background-color: #BC168E;
}
</style>
border-color css
<style>
span { border-color: #BC168E; }
span { border-color: rgb(188,22,142); }
td.TdClassName
{
border-color: #BC168E;
}
.TagClassName
{
border-color: #BC168E;
}
</style>