Shades of Medium Violet Red #BC146F
Tints of Medium Violet Red #BC146F
RGB
CMYK
RGB Variations
Color information
#BC146F (or 0xBC146F) is known color: Medium Violet Red. HEX triplet: BC, 14 and 6F. RGB value is (188,20,111). Sum of RGB (Red+Green+Blue) = 188+20+111=319 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.93% from 319); Green value is 20 (8.20% from 255 or 6.27% from 319); Blue value is 111 (43.75% from 255 or 34.80% from 319); Max value from RGB is 188 - color contains mainly: red. Hex color #BC146F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC146F is #43EB90. Grayscale: #505050. Windows color (decimal): -4451217 or 7279804. OLE color: 7279804.
HSL color Cylindrical-coordinate representation of color #BC146F: hue angle of 327.5º 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 #BC146F is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 20 | 111 | - |
| CMYK | 0 | 0.89 | 0.41 | 0.26 |
| HSL | 327.5º | 0.81% | 0.41% | - |
| HSV(B) | 327.5º | 0.89% | 0.74% | - |
| XYZ | 23.86 | 12.34 | 16.16 | - |
| YUV | 80.61 | 145.16 | 204.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 20 | 111 | 0 | 0.89 | 0.41 | 0.26 | 327.5 | 0.81 | 0.41 |
| Hex | BC | 14 | 6F | 0 | 59 | 29 | 1A | 148 | 51 | 29 |
| Octal | 274 | 24 | 157 | 0 | 131 | 51 | 32 | 510 | 121 | 51 |
| Binary | 10111100 | 10100 | 1101111 | 0 | 1011001 | 101001 | 11010 | 101001000 | 1010001 | 101001 |
Color Harmonies of #BC146F
Complementary color
Monochromatic Colors of #BC146F
Black with #BC146F
Text Example
Text Example
White with #BC146F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC146F; }
p { color: rgb(188,20,111); }
H1.HeaderClassName
{
color: #BC146F;
}
.AnyTagClassName
{
color: #BC146F;
}
</style>
background-color css
<style>
a { background-color: #BC146F; }
a { background-color: rgb(188,20,111); }
div.DivClassName
{
background-color: #BC146F;
}
.BgClassName
{
background-color: #BC146F;
}
</style>
border-color css
<style>
span { border-color: #BC146F; }
span { border-color: rgb(188,20,111); }
td.TdClassName
{
border-color: #BC146F;
}
.TagClassName
{
border-color: #BC146F;
}
</style>