Shades of Medium Red Violet #BE3A8B
Tints of Medium Red Violet #BE3A8B
RGB
CMYK
RGB Variations
Color information
#BE3A8B (or 0xBE3A8B) is known color: Medium Red Violet. HEX triplet: BE, 3A and 8B. RGB value is (190,58,139). Sum of RGB (Red+Green+Blue) = 190+58+139=387 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.10% from 387); Green value is 58 (23.05% from 255 or 14.99% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3A8B is #41C574. Grayscale: #6A6A6A. Windows color (decimal): -4310389 or 9124542. OLE color: 9124542.
HSL color Cylindrical-coordinate representation of color #BE3A8B: hue angle of 323.18º 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 #BE3A8B is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 58 | 139 | - |
| CMYK | 0 | 0.69 | 0.27 | 0.25 |
| HSL | 323.18º | 0.53% | 0.49% | - |
| HSV(B) | 323.18º | 0.69% | 0.75% | - |
| XYZ | 27.41 | 15.84 | 26.04 | - |
| YUV | 106.7 | 146.23 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 58 | 139 | 0 | 0.69 | 0.27 | 0.25 | 323.18 | 0.53 | 0.49 |
| Hex | BE | 3A | 8B | 0 | 45 | 1B | 19 | 143 | 35 | 31 |
| Octal | 276 | 72 | 213 | 0 | 105 | 33 | 31 | 503 | 65 | 61 |
| Binary | 10111110 | 111010 | 10001011 | 0 | 1000101 | 11011 | 11001 | 101000011 | 110101 | 110001 |
Color Harmonies of #BE3A8B
Complementary color
Monochromatic Colors of #BE3A8B
Black with #BE3A8B
Text Example
Text Example
White with #BE3A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3A8B; }
p { color: rgb(190,58,139); }
H1.HeaderClassName
{
color: #BE3A8B;
}
.AnyTagClassName
{
color: #BE3A8B;
}
</style>
background-color css
<style>
a { background-color: #BE3A8B; }
a { background-color: rgb(190,58,139); }
div.DivClassName
{
background-color: #BE3A8B;
}
.BgClassName
{
background-color: #BE3A8B;
}
</style>
border-color css
<style>
span { border-color: #BE3A8B; }
span { border-color: rgb(190,58,139); }
td.TdClassName
{
border-color: #BE3A8B;
}
.TagClassName
{
border-color: #BE3A8B;
}
</style>