Shades of Medium Red Violet #BE3A88
Tints of Medium Red Violet #BE3A88
RGB
CMYK
RGB Variations
Color information
#BE3A88 (or 0xBE3A88) is known color: Medium Red Violet. HEX triplet: BE, 3A and 88. RGB value is (190,58,136). Sum of RGB (Red+Green+Blue) = 190+58+136=384 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.48% from 384); Green value is 58 (23.05% from 255 or 15.10% from 384); Blue value is 136 (53.52% from 255 or 35.42% from 384); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3A88 is #41C577. Grayscale: #6A6A6A. Windows color (decimal): -4310392 or 8927934. OLE color: 8927934.
HSL color Cylindrical-coordinate representation of color #BE3A88: hue angle of 324.55º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BE3A88 is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 58 | 136 | - |
| CMYK | 0 | 0.69 | 0.28 | 0.25 |
| HSL | 324.55º | 0.53% | 0.49% | - |
| HSV(B) | 324.55º | 0.69% | 0.75% | - |
| XYZ | 27.19 | 15.75 | 24.9 | - |
| YUV | 106.36 | 144.73 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 58 | 136 | 0 | 0.69 | 0.28 | 0.25 | 324.55 | 0.53 | 0.49 |
| Hex | BE | 3A | 88 | 0 | 45 | 1C | 19 | 145 | 35 | 31 |
| Octal | 276 | 72 | 210 | 0 | 105 | 34 | 31 | 505 | 65 | 61 |
| Binary | 10111110 | 111010 | 10001000 | 0 | 1000101 | 11100 | 11001 | 101000101 | 110101 | 110001 |
Color Harmonies of #BE3A88
Complementary color
Monochromatic Colors of #BE3A88
Black with #BE3A88
Text Example
Text Example
White with #BE3A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3A88; }
p { color: rgb(190,58,136); }
H1.HeaderClassName
{
color: #BE3A88;
}
.AnyTagClassName
{
color: #BE3A88;
}
</style>
background-color css
<style>
a { background-color: #BE3A88; }
a { background-color: rgb(190,58,136); }
div.DivClassName
{
background-color: #BE3A88;
}
.BgClassName
{
background-color: #BE3A88;
}
</style>
border-color css
<style>
span { border-color: #BE3A88; }
span { border-color: rgb(190,58,136); }
td.TdClassName
{
border-color: #BE3A88;
}
.TagClassName
{
border-color: #BE3A88;
}
</style>