Shades of Medium Violet Red #BC146E
Tints of Medium Violet Red #BC146E
RGB
CMYK
RGB Variations
Color information
#BC146E (or 0xBC146E) is known color: Medium Violet Red. HEX triplet: BC, 14 and 6E. RGB value is (188,20,110). Sum of RGB (Red+Green+Blue) = 188+20+110=318 (42% of max value = 765). Red value is 188 (73.83% from 255 or 59.12% from 318); Green value is 20 (8.20% from 255 or 6.29% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 188 - color contains mainly: red. Hex color #BC146E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC146E is #43EB91. Grayscale: #505050. Windows color (decimal): -4451218 or 7214268. OLE color: 7214268.
HSL color Cylindrical-coordinate representation of color #BC146E: hue angle of 327.86º 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 #BC146E is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 20 | 110 | - |
| CMYK | 0 | 0.89 | 0.41 | 0.26 |
| HSL | 327.86º | 0.81% | 0.41% | - |
| HSV(B) | 327.86º | 0.89% | 0.74% | - |
| XYZ | 23.8 | 12.32 | 15.87 | - |
| YUV | 80.49 | 144.66 | 204.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 20 | 110 | 0 | 0.89 | 0.41 | 0.26 | 327.86 | 0.81 | 0.41 |
| Hex | BC | 14 | 6E | 0 | 59 | 29 | 1A | 148 | 51 | 29 |
| Octal | 274 | 24 | 156 | 0 | 131 | 51 | 32 | 510 | 121 | 51 |
| Binary | 10111100 | 10100 | 1101110 | 0 | 1011001 | 101001 | 11010 | 101001000 | 1010001 | 101001 |
Color Harmonies of #BC146E
Complementary color
Monochromatic Colors of #BC146E
Black with #BC146E
Text Example
Text Example
White with #BC146E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC146E; }
p { color: rgb(188,20,110); }
H1.HeaderClassName
{
color: #BC146E;
}
.AnyTagClassName
{
color: #BC146E;
}
</style>
background-color css
<style>
a { background-color: #BC146E; }
a { background-color: rgb(188,20,110); }
div.DivClassName
{
background-color: #BC146E;
}
.BgClassName
{
background-color: #BC146E;
}
</style>
border-color css
<style>
span { border-color: #BC146E; }
span { border-color: rgb(188,20,110); }
td.TdClassName
{
border-color: #BC146E;
}
.TagClassName
{
border-color: #BC146E;
}
</style>