Shades of Medium Red Violet #BE3485
Tints of Medium Red Violet #BE3485
RGB
CMYK
RGB Variations
Color information
#BE3485 (or 0xBE3485) is known color: Medium Red Violet. HEX triplet: BE, 34 and 85. RGB value is (190,52,133). Sum of RGB (Red+Green+Blue) = 190+52+133=375 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.67% from 375); Green value is 52 (20.70% from 255 or 13.87% from 375); Blue value is 133 (52.34% from 255 or 35.47% from 375); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3485 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3485 is #41CB7A. Grayscale: #666666. Windows color (decimal): -4311931 or 8729790. OLE color: 8729790.
HSL color Cylindrical-coordinate representation of color #BE3485: hue angle of 324.78º 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 #BE3485 is Cyan = 0, Magento = 0.73, Yellow = 0.3 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 52 | 133 | - |
| CMYK | 0 | 0.73 | 0.3 | 0.25 |
| HSL | 324.78º | 0.57% | 0.47% | - |
| HSV(B) | 324.78º | 0.73% | 0.75% | - |
| XYZ | 26.7 | 15.1 | 23.7 | - |
| YUV | 102.5 | 145.22 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 52 | 133 | 0 | 0.73 | 0.3 | 0.25 | 324.78 | 0.57 | 0.47 |
| Hex | BE | 34 | 85 | 0 | 49 | 1E | 19 | 145 | 39 | 2F |
| Octal | 276 | 64 | 205 | 0 | 111 | 36 | 31 | 505 | 71 | 57 |
| Binary | 10111110 | 110100 | 10000101 | 0 | 1001001 | 11110 | 11001 | 101000101 | 111001 | 101111 |
Color Harmonies of #BE3485
Complementary color
Monochromatic Colors of #BE3485
Black with #BE3485
Text Example
Text Example
White with #BE3485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3485; }
p { color: rgb(190,52,133); }
H1.HeaderClassName
{
color: #BE3485;
}
.AnyTagClassName
{
color: #BE3485;
}
</style>
background-color css
<style>
a { background-color: #BE3485; }
a { background-color: rgb(190,52,133); }
div.DivClassName
{
background-color: #BE3485;
}
.BgClassName
{
background-color: #BE3485;
}
</style>
border-color css
<style>
span { border-color: #BE3485; }
span { border-color: rgb(190,52,133); }
td.TdClassName
{
border-color: #BE3485;
}
.TagClassName
{
border-color: #BE3485;
}
</style>