Shades of Medium Violet Red #BE0FA3
Tints of Medium Violet Red #BE0FA3
RGB
CMYK
RGB Variations
Color information
#BE0FA3 (or 0xBE0FA3) is known color: Medium Violet Red. HEX triplet: BE, 0F and A3. RGB value is (190,15,163). Sum of RGB (Red+Green+Blue) = 190+15+163=368 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.63% from 368); Green value is 15 (6.25% from 255 or 4.08% from 368); Blue value is 163 (64.06% from 255 or 44.29% from 368); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0FA3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0FA3 is #41F05C. Grayscale: #535353. Windows color (decimal): -4321373 or 10686398. OLE color: 10686398.
HSL color Cylindrical-coordinate representation of color #BE0FA3: hue angle of 309.26º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE0FA3 is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 15 | 163 | - |
| CMYK | 0 | 0.92 | 0.14 | 0.25 |
| HSL | 309.26º | 0.85% | 0.4% | - |
| HSV(B) | 309.26º | 0.92% | 0.75% | - |
| XYZ | 28.02 | 13.93 | 35.86 | - |
| YUV | 84.2 | 172.48 | 203.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 15 | 163 | 0 | 0.92 | 0.14 | 0.25 | 309.26 | 0.85 | 0.4 |
| Hex | BE | F | A3 | 0 | 5C | E | 19 | 135 | 55 | 28 |
| Octal | 276 | 17 | 243 | 0 | 134 | 16 | 31 | 465 | 125 | 50 |
| Binary | 10111110 | 1111 | 10100011 | 0 | 1011100 | 1110 | 11001 | 100110101 | 1010101 | 101000 |
Color Harmonies of #BE0FA3
Complementary color
Monochromatic Colors of #BE0FA3
Black with #BE0FA3
Text Example
Text Example
White with #BE0FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0FA3; }
p { color: rgb(190,15,163); }
H1.HeaderClassName
{
color: #BE0FA3;
}
.AnyTagClassName
{
color: #BE0FA3;
}
</style>
background-color css
<style>
a { background-color: #BE0FA3; }
a { background-color: rgb(190,15,163); }
div.DivClassName
{
background-color: #BE0FA3;
}
.BgClassName
{
background-color: #BE0FA3;
}
</style>
border-color css
<style>
span { border-color: #BE0FA3; }
span { border-color: rgb(190,15,163); }
td.TdClassName
{
border-color: #BE0FA3;
}
.TagClassName
{
border-color: #BE0FA3;
}
</style>