Shades of Medium Red Violet #BE3A8A
Tints of Medium Red Violet #BE3A8A
RGB
CMYK
RGB Variations
Color information
#BE3A8A (or 0xBE3A8A) is known color: Medium Red Violet. HEX triplet: BE, 3A and 8A. RGB value is (190,58,138). Sum of RGB (Red+Green+Blue) = 190+58+138=386 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.22% from 386); Green value is 58 (23.05% from 255 or 15.03% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3A8A is #41C575. Grayscale: #6A6A6A. Windows color (decimal): -4310390 or 9059006. OLE color: 9059006.
HSL color Cylindrical-coordinate representation of color #BE3A8A: hue angle of 323.64º 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 #BE3A8A is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 58 | 138 | - |
| CMYK | 0 | 0.69 | 0.27 | 0.25 |
| HSL | 323.64º | 0.53% | 0.49% | - |
| HSV(B) | 323.64º | 0.69% | 0.75% | - |
| XYZ | 27.34 | 15.81 | 25.66 | - |
| YUV | 106.59 | 145.73 | 187.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 58 | 138 | 0 | 0.69 | 0.27 | 0.25 | 323.64 | 0.53 | 0.49 |
| Hex | BE | 3A | 8A | 0 | 45 | 1B | 19 | 144 | 35 | 31 |
| Octal | 276 | 72 | 212 | 0 | 105 | 33 | 31 | 504 | 65 | 61 |
| Binary | 10111110 | 111010 | 10001010 | 0 | 1000101 | 11011 | 11001 | 101000100 | 110101 | 110001 |
Color Harmonies of #BE3A8A
Complementary color
Monochromatic Colors of #BE3A8A
Black with #BE3A8A
Text Example
Text Example
White with #BE3A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3A8A; }
p { color: rgb(190,58,138); }
H1.HeaderClassName
{
color: #BE3A8A;
}
.AnyTagClassName
{
color: #BE3A8A;
}
</style>
background-color css
<style>
a { background-color: #BE3A8A; }
a { background-color: rgb(190,58,138); }
div.DivClassName
{
background-color: #BE3A8A;
}
.BgClassName
{
background-color: #BE3A8A;
}
</style>
border-color css
<style>
span { border-color: #BE3A8A; }
span { border-color: rgb(190,58,138); }
td.TdClassName
{
border-color: #BE3A8A;
}
.TagClassName
{
border-color: #BE3A8A;
}
</style>