Shades of Medium Violet Red #BC167C
Tints of Medium Violet Red #BC167C
RGB
CMYK
RGB Variations
Color information
#BC167C (or 0xBC167C) is known color: Medium Violet Red. HEX triplet: BC, 16 and 7C. RGB value is (188,22,124). Sum of RGB (Red+Green+Blue) = 188+22+124=334 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.29% from 334); Green value is 22 (8.98% from 255 or 6.59% from 334); Blue value is 124 (48.83% from 255 or 37.13% from 334); Max value from RGB is 188 - color contains mainly: red. Hex color #BC167C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC167C is #43E983. Grayscale: #535353. Windows color (decimal): -4450692 or 8132284. OLE color: 8132284.
HSL color Cylindrical-coordinate representation of color #BC167C: hue angle of 323.13º 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 #BC167C is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 22 | 124 | - |
| CMYK | 0 | 0.88 | 0.34 | 0.26 |
| HSL | 323.13º | 0.79% | 0.41% | - |
| HSV(B) | 323.13º | 0.88% | 0.74% | - |
| XYZ | 24.66 | 12.72 | 20.22 | - |
| YUV | 83.26 | 151 | 202.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 22 | 124 | 0 | 0.88 | 0.34 | 0.26 | 323.13 | 0.79 | 0.41 |
| Hex | BC | 16 | 7C | 0 | 58 | 22 | 1A | 143 | 4F | 29 |
| Octal | 274 | 26 | 174 | 0 | 130 | 42 | 32 | 503 | 117 | 51 |
| Binary | 10111100 | 10110 | 1111100 | 0 | 1011000 | 100010 | 11010 | 101000011 | 1001111 | 101001 |
Color Harmonies of #BC167C
Complementary color
Monochromatic Colors of #BC167C
Black with #BC167C
Text Example
Text Example
White with #BC167C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC167C; }
p { color: rgb(188,22,124); }
H1.HeaderClassName
{
color: #BC167C;
}
.AnyTagClassName
{
color: #BC167C;
}
</style>
background-color css
<style>
a { background-color: #BC167C; }
a { background-color: rgb(188,22,124); }
div.DivClassName
{
background-color: #BC167C;
}
.BgClassName
{
background-color: #BC167C;
}
</style>
border-color css
<style>
span { border-color: #BC167C; }
span { border-color: rgb(188,22,124); }
td.TdClassName
{
border-color: #BC167C;
}
.TagClassName
{
border-color: #BC167C;
}
</style>