Shades of Medium Red Violet #BE34A5
Tints of Medium Red Violet #BE34A5
RGB
CMYK
RGB Variations
Color information
#BE34A5 (or 0xBE34A5) is known color: Medium Red Violet. HEX triplet: BE, 34 and A5. RGB value is (190,52,165). Sum of RGB (Red+Green+Blue) = 190+52+165=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 52 (20.70% from 255 or 12.78% from 407); Blue value is 165 (64.84% from 255 or 40.54% from 407); Max value from RGB is 190 - color contains mainly: red. Hex color #BE34A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE34A5 is #41CB5A. Grayscale: #696969. Windows color (decimal): -4311899 or 10826942. OLE color: 10826942.
HSL color Cylindrical-coordinate representation of color #BE34A5: hue angle of 310.87º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BE34A5 is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 52 | 165 | - |
| CMYK | 0 | 0.73 | 0.13 | 0.25 |
| HSL | 310.87º | 0.57% | 0.47% | - |
| HSV(B) | 310.87º | 0.73% | 0.75% | - |
| XYZ | 29.25 | 16.12 | 37.17 | - |
| YUV | 106.14 | 161.22 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 52 | 165 | 0 | 0.73 | 0.13 | 0.25 | 310.87 | 0.57 | 0.47 |
| Hex | BE | 34 | A5 | 0 | 49 | D | 19 | 137 | 39 | 2F |
| Octal | 276 | 64 | 245 | 0 | 111 | 15 | 31 | 467 | 71 | 57 |
| Binary | 10111110 | 110100 | 10100101 | 0 | 1001001 | 1101 | 11001 | 100110111 | 111001 | 101111 |
Color Harmonies of #BE34A5
Complementary color
Monochromatic Colors of #BE34A5
Black with #BE34A5
Text Example
Text Example
White with #BE34A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE34A5; }
p { color: rgb(190,52,165); }
H1.HeaderClassName
{
color: #BE34A5;
}
.AnyTagClassName
{
color: #BE34A5;
}
</style>
background-color css
<style>
a { background-color: #BE34A5; }
a { background-color: rgb(190,52,165); }
div.DivClassName
{
background-color: #BE34A5;
}
.BgClassName
{
background-color: #BE34A5;
}
</style>
border-color css
<style>
span { border-color: #BE34A5; }
span { border-color: rgb(190,52,165); }
td.TdClassName
{
border-color: #BE34A5;
}
.TagClassName
{
border-color: #BE34A5;
}
</style>