Shades of Medium Violet Red #BC16A0
Tints of Medium Violet Red #BC16A0
RGB
CMYK
RGB Variations
Color information
#BC16A0 (or 0xBC16A0) is known color: Medium Violet Red. HEX triplet: BC, 16 and A0. RGB value is (188,22,160). Sum of RGB (Red+Green+Blue) = 188+22+160=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 22 (8.98% from 255 or 5.95% from 370); Blue value is 160 (62.89% from 255 or 43.24% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC16A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC16A0 is #43E95F. Grayscale: #565656. Windows color (decimal): -4450656 or 10491580. OLE color: 10491580.
HSL color Cylindrical-coordinate representation of color #BC16A0: hue angle of 310.12º 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 #BC16A0 is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 22 | 160 | - |
| CMYK | 0 | 0.88 | 0.15 | 0.26 |
| HSL | 310.12º | 0.79% | 0.41% | - |
| HSV(B) | 310.12º | 0.88% | 0.74% | - |
| XYZ | 27.37 | 13.8 | 34.48 | - |
| YUV | 87.37 | 169 | 199.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 22 | 160 | 0 | 0.88 | 0.15 | 0.26 | 310.12 | 0.79 | 0.41 |
| Hex | BC | 16 | A0 | 0 | 58 | F | 1A | 136 | 4F | 29 |
| Octal | 274 | 26 | 240 | 0 | 130 | 17 | 32 | 466 | 117 | 51 |
| Binary | 10111100 | 10110 | 10100000 | 0 | 1011000 | 1111 | 11010 | 100110110 | 1001111 | 101001 |
Color Harmonies of #BC16A0
Complementary color
Monochromatic Colors of #BC16A0
Black with #BC16A0
Text Example
Text Example
White with #BC16A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC16A0; }
p { color: rgb(188,22,160); }
H1.HeaderClassName
{
color: #BC16A0;
}
.AnyTagClassName
{
color: #BC16A0;
}
</style>
background-color css
<style>
a { background-color: #BC16A0; }
a { background-color: rgb(188,22,160); }
div.DivClassName
{
background-color: #BC16A0;
}
.BgClassName
{
background-color: #BC16A0;
}
</style>
border-color css
<style>
span { border-color: #BC16A0; }
span { border-color: rgb(188,22,160); }
td.TdClassName
{
border-color: #BC16A0;
}
.TagClassName
{
border-color: #BC16A0;
}
</style>