Shades of Medium Violet Red #BC167F
Tints of Medium Violet Red #BC167F
RGB
CMYK
RGB Variations
Color information
#BC167F (or 0xBC167F) is known color: Medium Violet Red. HEX triplet: BC, 16 and 7F. RGB value is (188,22,127). Sum of RGB (Red+Green+Blue) = 188+22+127=337 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.79% from 337); Green value is 22 (8.98% from 255 or 6.53% from 337); Blue value is 127 (50% from 255 or 37.69% from 337); Max value from RGB is 188 - color contains mainly: red. Hex color #BC167F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC167F is #43E980. Grayscale: #535353. Windows color (decimal): -4450689 or 8328892. OLE color: 8328892.
HSL color Cylindrical-coordinate representation of color #BC167F: hue angle of 322.05º 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 #BC167F is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 22 | 127 | - |
| CMYK | 0 | 0.88 | 0.32 | 0.26 |
| HSL | 322.05º | 0.79% | 0.41% | - |
| HSV(B) | 322.05º | 0.88% | 0.74% | - |
| XYZ | 24.86 | 12.8 | 21.24 | - |
| YUV | 83.6 | 152.5 | 202.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 22 | 127 | 0 | 0.88 | 0.32 | 0.26 | 322.05 | 0.79 | 0.41 |
| Hex | BC | 16 | 7F | 0 | 58 | 20 | 1A | 142 | 4F | 29 |
| Octal | 274 | 26 | 177 | 0 | 130 | 40 | 32 | 502 | 117 | 51 |
| Binary | 10111100 | 10110 | 1111111 | 0 | 1011000 | 100000 | 11010 | 101000010 | 1001111 | 101001 |
Color Harmonies of #BC167F
Complementary color
Monochromatic Colors of #BC167F
Black with #BC167F
Text Example
Text Example
White with #BC167F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC167F; }
p { color: rgb(188,22,127); }
H1.HeaderClassName
{
color: #BC167F;
}
.AnyTagClassName
{
color: #BC167F;
}
</style>
background-color css
<style>
a { background-color: #BC167F; }
a { background-color: rgb(188,22,127); }
div.DivClassName
{
background-color: #BC167F;
}
.BgClassName
{
background-color: #BC167F;
}
</style>
border-color css
<style>
span { border-color: #BC167F; }
span { border-color: rgb(188,22,127); }
td.TdClassName
{
border-color: #BC167F;
}
.TagClassName
{
border-color: #BC167F;
}
</style>