Shades of Medium Red Violet #BE359A
Tints of Medium Red Violet #BE359A
RGB
CMYK
RGB Variations
Color information
#BE359A (or 0xBE359A) is known color: Medium Red Violet. HEX triplet: BE, 35 and 9A. RGB value is (190,53,154). Sum of RGB (Red+Green+Blue) = 190+53+154=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 53 (21.09% from 255 or 13.35% from 397); Blue value is 154 (60.55% from 255 or 38.79% from 397); Max value from RGB is 190 - color contains mainly: red. Hex color #BE359A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE359A is #41CA65. Grayscale: #696969. Windows color (decimal): -4311654 or 10106302. OLE color: 10106302.
HSL color Cylindrical-coordinate representation of color #BE359A: hue angle of 315.77º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BE359A is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 53 | 154 | - |
| CMYK | 0 | 0.72 | 0.19 | 0.25 |
| HSL | 315.77º | 0.56% | 0.48% | - |
| HSV(B) | 315.77º | 0.72% | 0.75% | - |
| XYZ | 28.34 | 15.83 | 32.13 | - |
| YUV | 105.48 | 155.39 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 53 | 154 | 0 | 0.72 | 0.19 | 0.25 | 315.77 | 0.56 | 0.48 |
| Hex | BE | 35 | 9A | 0 | 48 | 13 | 19 | 13C | 38 | 30 |
| Octal | 276 | 65 | 232 | 0 | 110 | 23 | 31 | 474 | 70 | 60 |
| Binary | 10111110 | 110101 | 10011010 | 0 | 1001000 | 10011 | 11001 | 100111100 | 111000 | 110000 |
Color Harmonies of #BE359A
Complementary color
Monochromatic Colors of #BE359A
Black with #BE359A
Text Example
Text Example
White with #BE359A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE359A; }
p { color: rgb(190,53,154); }
H1.HeaderClassName
{
color: #BE359A;
}
.AnyTagClassName
{
color: #BE359A;
}
</style>
background-color css
<style>
a { background-color: #BE359A; }
a { background-color: rgb(190,53,154); }
div.DivClassName
{
background-color: #BE359A;
}
.BgClassName
{
background-color: #BE359A;
}
</style>
border-color css
<style>
span { border-color: #BE359A; }
span { border-color: rgb(190,53,154); }
td.TdClassName
{
border-color: #BE359A;
}
.TagClassName
{
border-color: #BE359A;
}
</style>