Shades of Medium Violet Red #BE14A6
Tints of Medium Violet Red #BE14A6
RGB
CMYK
RGB Variations
Color information
#BE14A6 (or 0xBE14A6) is known color: Medium Violet Red. HEX triplet: BE, 14 and A6. RGB value is (190,20,166). Sum of RGB (Red+Green+Blue) = 190+20+166=376 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.53% from 376); Green value is 20 (8.20% from 255 or 5.32% from 376); Blue value is 166 (65.23% from 255 or 44.15% from 376); Max value from RGB is 190 - color contains mainly: red. Hex color #BE14A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE14A6 is #41EB59. Grayscale: #575757. Windows color (decimal): -4320090 or 10884286. OLE color: 10884286.
HSL color Cylindrical-coordinate representation of color #BE14A6: hue angle of 308.47º 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 #BE14A6 is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 20 | 166 | - |
| CMYK | 0 | 0.89 | 0.13 | 0.25 |
| HSL | 308.47º | 0.81% | 0.41% | - |
| HSV(B) | 308.47º | 0.89% | 0.75% | - |
| XYZ | 28.37 | 14.2 | 37.32 | - |
| YUV | 87.47 | 172.32 | 201.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 20 | 166 | 0 | 0.89 | 0.13 | 0.25 | 308.47 | 0.81 | 0.41 |
| Hex | BE | 14 | A6 | 0 | 59 | D | 19 | 134 | 51 | 29 |
| Octal | 276 | 24 | 246 | 0 | 131 | 15 | 31 | 464 | 121 | 51 |
| Binary | 10111110 | 10100 | 10100110 | 0 | 1011001 | 1101 | 11001 | 100110100 | 1010001 | 101001 |
Color Harmonies of #BE14A6
Complementary color
Monochromatic Colors of #BE14A6
Black with #BE14A6
Text Example
Text Example
White with #BE14A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE14A6; }
p { color: rgb(190,20,166); }
H1.HeaderClassName
{
color: #BE14A6;
}
.AnyTagClassName
{
color: #BE14A6;
}
</style>
background-color css
<style>
a { background-color: #BE14A6; }
a { background-color: rgb(190,20,166); }
div.DivClassName
{
background-color: #BE14A6;
}
.BgClassName
{
background-color: #BE14A6;
}
</style>
border-color css
<style>
span { border-color: #BE14A6; }
span { border-color: rgb(190,20,166); }
td.TdClassName
{
border-color: #BE14A6;
}
.TagClassName
{
border-color: #BE14A6;
}
</style>