Shades of Medium Red Violet #BE358D
Tints of Medium Red Violet #BE358D
RGB
CMYK
RGB Variations
Color information
#BE358D (or 0xBE358D) is known color: Medium Red Violet. HEX triplet: BE, 35 and 8D. RGB value is (190,53,141). Sum of RGB (Red+Green+Blue) = 190+53+141=384 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.48% from 384); Green value is 53 (21.09% from 255 or 13.80% from 384); Blue value is 141 (55.47% from 255 or 36.72% from 384); Max value from RGB is 190 - color contains mainly: red. Hex color #BE358D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE358D is #41CA72. Grayscale: #676767. Windows color (decimal): -4311667 or 9254334. OLE color: 9254334.
HSL color Cylindrical-coordinate representation of color #BE358D: hue angle of 321.46º 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 #BE358D is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 53 | 141 | - |
| CMYK | 0 | 0.72 | 0.26 | 0.25 |
| HSL | 321.46º | 0.56% | 0.48% | - |
| HSV(B) | 321.46º | 0.72% | 0.75% | - |
| XYZ | 27.32 | 15.42 | 26.74 | - |
| YUV | 104 | 148.89 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 53 | 141 | 0 | 0.72 | 0.26 | 0.25 | 321.46 | 0.56 | 0.48 |
| Hex | BE | 35 | 8D | 0 | 48 | 1A | 19 | 141 | 38 | 30 |
| Octal | 276 | 65 | 215 | 0 | 110 | 32 | 31 | 501 | 70 | 60 |
| Binary | 10111110 | 110101 | 10001101 | 0 | 1001000 | 11010 | 11001 | 101000001 | 111000 | 110000 |
Color Harmonies of #BE358D
Complementary color
Monochromatic Colors of #BE358D
Black with #BE358D
Text Example
Text Example
White with #BE358D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE358D; }
p { color: rgb(190,53,141); }
H1.HeaderClassName
{
color: #BE358D;
}
.AnyTagClassName
{
color: #BE358D;
}
</style>
background-color css
<style>
a { background-color: #BE358D; }
a { background-color: rgb(190,53,141); }
div.DivClassName
{
background-color: #BE358D;
}
.BgClassName
{
background-color: #BE358D;
}
</style>
border-color css
<style>
span { border-color: #BE358D; }
span { border-color: rgb(190,53,141); }
td.TdClassName
{
border-color: #BE358D;
}
.TagClassName
{
border-color: #BE358D;
}
</style>