Shades of Medium Red Violet #BE3A89
Tints of Medium Red Violet #BE3A89
RGB
CMYK
RGB Variations
Color information
#BE3A89 (or 0xBE3A89) is known color: Medium Red Violet. HEX triplet: BE, 3A and 89. RGB value is (190,58,137). Sum of RGB (Red+Green+Blue) = 190+58+137=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 58 (23.05% from 255 or 15.06% from 385); Blue value is 137 (53.91% from 255 or 35.58% from 385); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3A89 is #41C576. Grayscale: #6A6A6A. Windows color (decimal): -4310391 or 8993470. OLE color: 8993470.
HSL color Cylindrical-coordinate representation of color #BE3A89: hue angle of 324.09º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BE3A89 is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 58 | 137 | - |
| CMYK | 0 | 0.69 | 0.28 | 0.25 |
| HSL | 324.09º | 0.53% | 0.49% | - |
| HSV(B) | 324.09º | 0.69% | 0.75% | - |
| XYZ | 27.26 | 15.78 | 25.28 | - |
| YUV | 106.47 | 145.23 | 187.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 58 | 137 | 0 | 0.69 | 0.28 | 0.25 | 324.09 | 0.53 | 0.49 |
| Hex | BE | 3A | 89 | 0 | 45 | 1C | 19 | 144 | 35 | 31 |
| Octal | 276 | 72 | 211 | 0 | 105 | 34 | 31 | 504 | 65 | 61 |
| Binary | 10111110 | 111010 | 10001001 | 0 | 1000101 | 11100 | 11001 | 101000100 | 110101 | 110001 |
Color Harmonies of #BE3A89
Complementary color
Monochromatic Colors of #BE3A89
Black with #BE3A89
Text Example
Text Example
White with #BE3A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3A89; }
p { color: rgb(190,58,137); }
H1.HeaderClassName
{
color: #BE3A89;
}
.AnyTagClassName
{
color: #BE3A89;
}
</style>
background-color css
<style>
a { background-color: #BE3A89; }
a { background-color: rgb(190,58,137); }
div.DivClassName
{
background-color: #BE3A89;
}
.BgClassName
{
background-color: #BE3A89;
}
</style>
border-color css
<style>
span { border-color: #BE3A89; }
span { border-color: rgb(190,58,137); }
td.TdClassName
{
border-color: #BE3A89;
}
.TagClassName
{
border-color: #BE3A89;
}
</style>