Shades of Mulberry #BE52A0
Tints of Mulberry #BE52A0
RGB
CMYK
RGB Variations
Color information
#BE52A0 (or 0xBE52A0) is known color: Mulberry. HEX triplet: BE, 52 and A0. RGB value is (190,82,160). Sum of RGB (Red+Green+Blue) = 190+82+160=432 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.98% from 432); Green value is 82 (32.42% from 255 or 18.98% from 432); Blue value is 160 (62.89% from 255 or 37.04% from 432); Max value from RGB is 190 - color contains mainly: red. Hex color #BE52A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE52A0 is #41AD5F. Grayscale: #7A7A7A. Windows color (decimal): -4304224 or 10506942. OLE color: 10506942.
HSL color Cylindrical-coordinate representation of color #BE52A0: hue angle of 316.67º 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 #BE52A0 is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 82 | 160 | - |
| CMYK | 0 | 0.57 | 0.16 | 0.25 |
| HSL | 316.67º | 0.45% | 0.53% | - |
| HSV(B) | 316.67º | 0.57% | 0.75% | - |
| XYZ | 30.6 | 19.52 | 35.41 | - |
| YUV | 123.18 | 148.78 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 82 | 160 | 0 | 0.57 | 0.16 | 0.25 | 316.67 | 0.45 | 0.53 |
| Hex | BE | 52 | A0 | 0 | 39 | 10 | 19 | 13D | 2D | 35 |
| Octal | 276 | 122 | 240 | 0 | 71 | 20 | 31 | 475 | 55 | 65 |
| Binary | 10111110 | 1010010 | 10100000 | 0 | 111001 | 10000 | 11001 | 100111101 | 101101 | 110101 |
Color Harmonies of #BE52A0
Complementary color
Monochromatic Colors of #BE52A0
Black with #BE52A0
Text Example
Text Example
White with #BE52A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE52A0; }
p { color: rgb(190,82,160); }
H1.HeaderClassName
{
color: #BE52A0;
}
.AnyTagClassName
{
color: #BE52A0;
}
</style>
background-color css
<style>
a { background-color: #BE52A0; }
a { background-color: rgb(190,82,160); }
div.DivClassName
{
background-color: #BE52A0;
}
.BgClassName
{
background-color: #BE52A0;
}
</style>
border-color css
<style>
span { border-color: #BE52A0; }
span { border-color: rgb(190,82,160); }
td.TdClassName
{
border-color: #BE52A0;
}
.TagClassName
{
border-color: #BE52A0;
}
</style>