Shades of Mulberry #BE5B9B
Tints of Mulberry #BE5B9B
RGB
CMYK
RGB Variations
Color information
#BE5B9B (or 0xBE5B9B) is known color: Mulberry. HEX triplet: BE, 5B and 9B. RGB value is (190,91,155). Sum of RGB (Red+Green+Blue) = 190+91+155=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 91 (35.94% from 255 or 20.87% from 436); Blue value is 155 (60.94% from 255 or 35.55% from 436); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5B9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5B9B is #41A464. Grayscale: #7F7F7F. Windows color (decimal): -4301925 or 10181566. OLE color: 10181566.
HSL color Cylindrical-coordinate representation of color #BE5B9B: hue angle of 321.21º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BE5B9B is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 91 | 155 | - |
| CMYK | 0 | 0.52 | 0.18 | 0.25 |
| HSL | 321.21º | 0.43% | 0.55% | - |
| HSV(B) | 321.21º | 0.52% | 0.75% | - |
| XYZ | 30.89 | 20.8 | 33.4 | - |
| YUV | 127.9 | 143.3 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 91 | 155 | 0 | 0.52 | 0.18 | 0.25 | 321.21 | 0.43 | 0.55 |
| Hex | BE | 5B | 9B | 0 | 34 | 12 | 19 | 141 | 2B | 37 |
| Octal | 276 | 133 | 233 | 0 | 64 | 22 | 31 | 501 | 53 | 67 |
| Binary | 10111110 | 1011011 | 10011011 | 0 | 110100 | 10010 | 11001 | 101000001 | 101011 | 110111 |
Color Harmonies of #BE5B9B
Complementary color
Monochromatic Colors of #BE5B9B
Black with #BE5B9B
Text Example
Text Example
White with #BE5B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5B9B; }
p { color: rgb(190,91,155); }
H1.HeaderClassName
{
color: #BE5B9B;
}
.AnyTagClassName
{
color: #BE5B9B;
}
</style>
background-color css
<style>
a { background-color: #BE5B9B; }
a { background-color: rgb(190,91,155); }
div.DivClassName
{
background-color: #BE5B9B;
}
.BgClassName
{
background-color: #BE5B9B;
}
</style>
border-color css
<style>
span { border-color: #BE5B9B; }
span { border-color: rgb(190,91,155); }
td.TdClassName
{
border-color: #BE5B9B;
}
.TagClassName
{
border-color: #BE5B9B;
}
</style>