Shades of Medium Red Violet #BE39A4
Tints of Medium Red Violet #BE39A4
RGB
CMYK
RGB Variations
Color information
#BE39A4 (or 0xBE39A4) is known color: Medium Red Violet. HEX triplet: BE, 39 and A4. RGB value is (190,57,164). Sum of RGB (Red+Green+Blue) = 190+57+164=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 57 (22.66% from 255 or 13.87% from 411); Blue value is 164 (64.45% from 255 or 39.90% from 411); Max value from RGB is 190 - color contains mainly: red. Hex color #BE39A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE39A4 is #41C65B. Grayscale: #6C6C6C. Windows color (decimal): -4310620 or 10762686. OLE color: 10762686.
HSL color Cylindrical-coordinate representation of color #BE39A4: hue angle of 311.73º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BE39A4 is Cyan = 0, Magento = 0.7, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 57 | 164 | - |
| CMYK | 0 | 0.7 | 0.14 | 0.25 |
| HSL | 311.73º | 0.54% | 0.48% | - |
| HSV(B) | 311.73º | 0.7% | 0.75% | - |
| XYZ | 29.4 | 16.55 | 36.77 | - |
| YUV | 108.97 | 159.06 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 57 | 164 | 0 | 0.7 | 0.14 | 0.25 | 311.73 | 0.54 | 0.48 |
| Hex | BE | 39 | A4 | 0 | 46 | E | 19 | 138 | 36 | 30 |
| Octal | 276 | 71 | 244 | 0 | 106 | 16 | 31 | 470 | 66 | 60 |
| Binary | 10111110 | 111001 | 10100100 | 0 | 1000110 | 1110 | 11001 | 100111000 | 110110 | 110000 |
Color Harmonies of #BE39A4
Complementary color
Monochromatic Colors of #BE39A4
Black with #BE39A4
Text Example
Text Example
White with #BE39A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE39A4; }
p { color: rgb(190,57,164); }
H1.HeaderClassName
{
color: #BE39A4;
}
.AnyTagClassName
{
color: #BE39A4;
}
</style>
background-color css
<style>
a { background-color: #BE39A4; }
a { background-color: rgb(190,57,164); }
div.DivClassName
{
background-color: #BE39A4;
}
.BgClassName
{
background-color: #BE39A4;
}
</style>
border-color css
<style>
span { border-color: #BE39A4; }
span { border-color: rgb(190,57,164); }
td.TdClassName
{
border-color: #BE39A4;
}
.TagClassName
{
border-color: #BE39A4;
}
</style>