Shades of Medium Violet Red #BE146F
Tints of Medium Violet Red #BE146F
RGB
CMYK
RGB Variations
Color information
#BE146F (or 0xBE146F) is known color: Medium Violet Red. HEX triplet: BE, 14 and 6F. RGB value is (190,20,111). Sum of RGB (Red+Green+Blue) = 190+20+111=321 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.19% from 321); Green value is 20 (8.20% from 255 or 6.23% from 321); Blue value is 111 (43.75% from 255 or 34.58% from 321); Max value from RGB is 190 - color contains mainly: red. Hex color #BE146F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE146F is #41EB90. Grayscale: #515151. Windows color (decimal): -4320145 or 7279806. OLE color: 7279806.
HSL color Cylindrical-coordinate representation of color #BE146F: hue angle of 327.88º 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 #BE146F is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 20 | 111 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.25 |
| HSL | 327.88º | 0.81% | 0.41% | - |
| HSV(B) | 327.88º | 0.89% | 0.75% | - |
| XYZ | 24.35 | 12.6 | 16.19 | - |
| YUV | 81.2 | 144.82 | 205.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 20 | 111 | 0 | 0.89 | 0.42 | 0.25 | 327.88 | 0.81 | 0.41 |
| Hex | BE | 14 | 6F | 0 | 59 | 2A | 19 | 148 | 51 | 29 |
| Octal | 276 | 24 | 157 | 0 | 131 | 52 | 31 | 510 | 121 | 51 |
| Binary | 10111110 | 10100 | 1101111 | 0 | 1011001 | 101010 | 11001 | 101001000 | 1010001 | 101001 |
Color Harmonies of #BE146F
Complementary color
Monochromatic Colors of #BE146F
Black with #BE146F
Text Example
Text Example
White with #BE146F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE146F; }
p { color: rgb(190,20,111); }
H1.HeaderClassName
{
color: #BE146F;
}
.AnyTagClassName
{
color: #BE146F;
}
</style>
background-color css
<style>
a { background-color: #BE146F; }
a { background-color: rgb(190,20,111); }
div.DivClassName
{
background-color: #BE146F;
}
.BgClassName
{
background-color: #BE146F;
}
</style>
border-color css
<style>
span { border-color: #BE146F; }
span { border-color: rgb(190,20,111); }
td.TdClassName
{
border-color: #BE146F;
}
.TagClassName
{
border-color: #BE146F;
}
</style>