Shades of Mulberry #BE529B
Tints of Mulberry #BE529B
RGB
CMYK
RGB Variations
Color information
#BE529B (or 0xBE529B) is known color: Mulberry. HEX triplet: BE, 52 and 9B. RGB value is (190,82,155). Sum of RGB (Red+Green+Blue) = 190+82+155=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 82 (32.42% from 255 or 19.20% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 190 - color contains mainly: red. Hex color #BE529B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE529B is #41AD64. Grayscale: #7A7A7A. Windows color (decimal): -4304229 or 10179262. OLE color: 10179262.
HSL color Cylindrical-coordinate representation of color #BE529B: hue angle of 319.44º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BE529B is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 82 | 155 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.25 |
| HSL | 319.44º | 0.45% | 0.53% | - |
| HSV(B) | 319.44º | 0.57% | 0.75% | - |
| XYZ | 30.17 | 19.35 | 33.15 | - |
| YUV | 122.61 | 146.28 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 82 | 155 | 0 | 0.57 | 0.18 | 0.25 | 319.44 | 0.45 | 0.53 |
| Hex | BE | 52 | 9B | 0 | 39 | 12 | 19 | 13F | 2D | 35 |
| Octal | 276 | 122 | 233 | 0 | 71 | 22 | 31 | 477 | 55 | 65 |
| Binary | 10111110 | 1010010 | 10011011 | 0 | 111001 | 10010 | 11001 | 100111111 | 101101 | 110101 |
Color Harmonies of #BE529B
Complementary color
Monochromatic Colors of #BE529B
Black with #BE529B
Text Example
Text Example
White with #BE529B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE529B; }
p { color: rgb(190,82,155); }
H1.HeaderClassName
{
color: #BE529B;
}
.AnyTagClassName
{
color: #BE529B;
}
</style>
background-color css
<style>
a { background-color: #BE529B; }
a { background-color: rgb(190,82,155); }
div.DivClassName
{
background-color: #BE529B;
}
.BgClassName
{
background-color: #BE529B;
}
</style>
border-color css
<style>
span { border-color: #BE529B; }
span { border-color: rgb(190,82,155); }
td.TdClassName
{
border-color: #BE529B;
}
.TagClassName
{
border-color: #BE529B;
}
</style>