Shades of Mulberry #BE509B
Tints of Mulberry #BE509B
RGB
CMYK
RGB Variations
Color information
#BE509B (or 0xBE509B) is known color: Mulberry. HEX triplet: BE, 50 and 9B. RGB value is (190,80,155). Sum of RGB (Red+Green+Blue) = 190+80+155=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 80 (31.64% from 255 or 18.82% from 425); Blue value is 155 (60.94% from 255 or 36.47% from 425); Max value from RGB is 190 - color contains mainly: red. Hex color #BE509B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE509B is #41AF64. Grayscale: #797979. Windows color (decimal): -4304741 or 10178750. OLE color: 10178750.
HSL color Cylindrical-coordinate representation of color #BE509B: hue angle of 319.09º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BE509B is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 80 | 155 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.25 |
| HSL | 319.09º | 0.46% | 0.53% | - |
| HSV(B) | 319.09º | 0.58% | 0.75% | - |
| XYZ | 30.02 | 19.05 | 33.11 | - |
| YUV | 121.44 | 146.94 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 80 | 155 | 0 | 0.58 | 0.18 | 0.25 | 319.09 | 0.46 | 0.53 |
| Hex | BE | 50 | 9B | 0 | 3A | 12 | 19 | 13F | 2E | 35 |
| Octal | 276 | 120 | 233 | 0 | 72 | 22 | 31 | 477 | 56 | 65 |
| Binary | 10111110 | 1010000 | 10011011 | 0 | 111010 | 10010 | 11001 | 100111111 | 101110 | 110101 |
Color Harmonies of #BE509B
Complementary color
Monochromatic Colors of #BE509B
Black with #BE509B
Text Example
Text Example
White with #BE509B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE509B; }
p { color: rgb(190,80,155); }
H1.HeaderClassName
{
color: #BE509B;
}
.AnyTagClassName
{
color: #BE509B;
}
</style>
background-color css
<style>
a { background-color: #BE509B; }
a { background-color: rgb(190,80,155); }
div.DivClassName
{
background-color: #BE509B;
}
.BgClassName
{
background-color: #BE509B;
}
</style>
border-color css
<style>
span { border-color: #BE509B; }
span { border-color: rgb(190,80,155); }
td.TdClassName
{
border-color: #BE509B;
}
.TagClassName
{
border-color: #BE509B;
}
</style>