How can i make a background color partially transparent with css, i want to have the background color partially showing the background image thanks.enter image description here
<div id="border101">
<center><img src="img/logo.jpg" height="120px"></center>
<hr>
<p style="background-color: white; font-size: 20px;" align="left">
Welcome to cryptofreeonline.ga we have many site in different formats.
We made this site with some basic help from the owners over at
<a href="blackccgen.ga">Blackccgen</a>
</p>
</div>
#border101 {
border: 10px solid silver;
margin-left: 100px;
margin-right: 100px;
border-radius: 30px 30px 30px 30px;
margin-top:30px;
height: 650px;
background-color: #C64CD5;
}