Shades of Mulberry #BE619D
Tints of Mulberry #BE619D
RGB
CMYK
RGB Variations
Color information
#BE619D (or 0xBE619D) is known color: Mulberry. HEX triplet: BE, 61 and 9D. RGB value is (190,97,157). Sum of RGB (Red+Green+Blue) = 190+97+157=444 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.79% from 444); Green value is 97 (38.28% from 255 or 21.85% from 444); Blue value is 157 (61.72% from 255 or 35.36% from 444); Max value from RGB is 190 - color contains mainly: red. Hex color #BE619D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE619D is #419E62. Grayscale: #838383. Windows color (decimal): -4300387 or 10314174. OLE color: 10314174.
HSL color Cylindrical-coordinate representation of color #BE619D: hue angle of 321.29º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BE619D is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 97 | 157 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.25 |
| HSL | 321.29º | 0.42% | 0.56% | - |
| HSV(B) | 321.29º | 0.49% | 0.75% | - |
| XYZ | 31.6 | 21.93 | 34.47 | - |
| YUV | 131.65 | 142.31 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 97 | 157 | 0 | 0.49 | 0.17 | 0.25 | 321.29 | 0.42 | 0.56 |
| Hex | BE | 61 | 9D | 0 | 31 | 11 | 19 | 141 | 2A | 38 |
| Octal | 276 | 141 | 235 | 0 | 61 | 21 | 31 | 501 | 52 | 70 |
| Binary | 10111110 | 1100001 | 10011101 | 0 | 110001 | 10001 | 11001 | 101000001 | 101010 | 111000 |
Color Harmonies of #BE619D
Complementary color
Monochromatic Colors of #BE619D
Black with #BE619D
Text Example
Text Example
White with #BE619D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE619D; }
p { color: rgb(190,97,157); }
H1.HeaderClassName
{
color: #BE619D;
}
.AnyTagClassName
{
color: #BE619D;
}
</style>
background-color css
<style>
a { background-color: #BE619D; }
a { background-color: rgb(190,97,157); }
div.DivClassName
{
background-color: #BE619D;
}
.BgClassName
{
background-color: #BE619D;
}
</style>
border-color css
<style>
span { border-color: #BE619D; }
span { border-color: rgb(190,97,157); }
td.TdClassName
{
border-color: #BE619D;
}
.TagClassName
{
border-color: #BE619D;
}
</style>