Shades of Medium Violet Red #BE146B
Tints of Medium Violet Red #BE146B
RGB
CMYK
RGB Variations
Color information
#BE146B (or 0xBE146B) is known color: Medium Violet Red. HEX triplet: BE, 14 and 6B. RGB value is (190,20,107). Sum of RGB (Red+Green+Blue) = 190+20+107=317 (41% of max value = 765). Red value is 190 (74.61% from 255 or 59.94% from 317); Green value is 20 (8.20% from 255 or 6.31% from 317); Blue value is 107 (42.19% from 255 or 33.75% from 317); Max value from RGB is 190 - color contains mainly: red. Hex color #BE146B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE146B is #41EB94. Grayscale: #505050. Windows color (decimal): -4320149 or 7017662. OLE color: 7017662.
HSL color Cylindrical-coordinate representation of color #BE146B: hue angle of 329.29º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BE146B is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 20 | 107 | - |
| CMYK | 0 | 0.89 | 0.44 | 0.25 |
| HSL | 329.29º | 0.81% | 0.41% | - |
| HSV(B) | 329.29º | 0.89% | 0.75% | - |
| XYZ | 24.14 | 12.51 | 15.05 | - |
| YUV | 80.75 | 142.82 | 205.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 20 | 107 | 0 | 0.89 | 0.44 | 0.25 | 329.29 | 0.81 | 0.41 |
| Hex | BE | 14 | 6B | 0 | 59 | 2C | 19 | 149 | 51 | 29 |
| Octal | 276 | 24 | 153 | 0 | 131 | 54 | 31 | 511 | 121 | 51 |
| Binary | 10111110 | 10100 | 1101011 | 0 | 1011001 | 101100 | 11001 | 101001001 | 1010001 | 101001 |
Color Harmonies of #BE146B
Complementary color
Monochromatic Colors of #BE146B
Black with #BE146B
Text Example
Text Example
White with #BE146B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE146B; }
p { color: rgb(190,20,107); }
H1.HeaderClassName
{
color: #BE146B;
}
.AnyTagClassName
{
color: #BE146B;
}
</style>
background-color css
<style>
a { background-color: #BE146B; }
a { background-color: rgb(190,20,107); }
div.DivClassName
{
background-color: #BE146B;
}
.BgClassName
{
background-color: #BE146B;
}
</style>
border-color css
<style>
span { border-color: #BE146B; }
span { border-color: rgb(190,20,107); }
td.TdClassName
{
border-color: #BE146B;
}
.TagClassName
{
border-color: #BE146B;
}
</style>