Shades of Medium Violet Red #BC146D
Tints of Medium Violet Red #BC146D
RGB
CMYK
RGB Variations
Color information
#BC146D (or 0xBC146D) is known color: Medium Violet Red. HEX triplet: BC, 14 and 6D. RGB value is (188,20,109). Sum of RGB (Red+Green+Blue) = 188+20+109=317 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.31% from 317); Green value is 20 (8.20% from 255 or 6.31% from 317); Blue value is 109 (42.97% from 255 or 34.38% from 317); Max value from RGB is 188 - color contains mainly: red. Hex color #BC146D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC146D is #43EB92. Grayscale: #505050. Windows color (decimal): -4451219 or 7148732. OLE color: 7148732.
HSL color Cylindrical-coordinate representation of color #BC146D: hue angle of 328.21º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC146D is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 20 | 109 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.26 |
| HSL | 328.21º | 0.81% | 0.41% | - |
| HSV(B) | 328.21º | 0.89% | 0.74% | - |
| XYZ | 23.75 | 12.3 | 15.59 | - |
| YUV | 80.38 | 144.16 | 204.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 20 | 109 | 0 | 0.89 | 0.42 | 0.26 | 328.21 | 0.81 | 0.41 |
| Hex | BC | 14 | 6D | 0 | 59 | 2A | 1A | 148 | 51 | 29 |
| Octal | 274 | 24 | 155 | 0 | 131 | 52 | 32 | 510 | 121 | 51 |
| Binary | 10111100 | 10100 | 1101101 | 0 | 1011001 | 101010 | 11010 | 101001000 | 1010001 | 101001 |
Color Harmonies of #BC146D
Complementary color
Monochromatic Colors of #BC146D
Black with #BC146D
Text Example
Text Example
White with #BC146D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC146D; }
p { color: rgb(188,20,109); }
H1.HeaderClassName
{
color: #BC146D;
}
.AnyTagClassName
{
color: #BC146D;
}
</style>
background-color css
<style>
a { background-color: #BC146D; }
a { background-color: rgb(188,20,109); }
div.DivClassName
{
background-color: #BC146D;
}
.BgClassName
{
background-color: #BC146D;
}
</style>
border-color css
<style>
span { border-color: #BC146D; }
span { border-color: rgb(188,20,109); }
td.TdClassName
{
border-color: #BC146D;
}
.TagClassName
{
border-color: #BC146D;
}
</style>