Shades of Mulberry #BE52A2
Tints of Mulberry #BE52A2
RGB
CMYK
RGB Variations
Color information
#BE52A2 (or 0xBE52A2) is known color: Mulberry. HEX triplet: BE, 52 and A2. RGB value is (190,82,162). Sum of RGB (Red+Green+Blue) = 190+82+162=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 82 (32.42% from 255 or 18.89% from 434); Blue value is 162 (63.67% from 255 or 37.33% from 434); Max value from RGB is 190 - color contains mainly: red. Hex color #BE52A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE52A2 is #41AD5D. Grayscale: #7B7B7B. Windows color (decimal): -4304222 or 10638014. OLE color: 10638014.
HSL color Cylindrical-coordinate representation of color #BE52A2: hue angle of 315.56º 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 #BE52A2 is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 82 | 162 | - |
| CMYK | 0 | 0.57 | 0.15 | 0.25 |
| HSL | 315.56º | 0.45% | 0.53% | - |
| HSV(B) | 315.56º | 0.57% | 0.75% | - |
| XYZ | 30.77 | 19.59 | 36.34 | - |
| YUV | 123.41 | 149.78 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 82 | 162 | 0 | 0.57 | 0.15 | 0.25 | 315.56 | 0.45 | 0.53 |
| Hex | BE | 52 | A2 | 0 | 39 | F | 19 | 13C | 2D | 35 |
| Octal | 276 | 122 | 242 | 0 | 71 | 17 | 31 | 474 | 55 | 65 |
| Binary | 10111110 | 1010010 | 10100010 | 0 | 111001 | 1111 | 11001 | 100111100 | 101101 | 110101 |
Color Harmonies of #BE52A2
Complementary color
Monochromatic Colors of #BE52A2
Black with #BE52A2
Text Example
Text Example
White with #BE52A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE52A2; }
p { color: rgb(190,82,162); }
H1.HeaderClassName
{
color: #BE52A2;
}
.AnyTagClassName
{
color: #BE52A2;
}
</style>
background-color css
<style>
a { background-color: #BE52A2; }
a { background-color: rgb(190,82,162); }
div.DivClassName
{
background-color: #BE52A2;
}
.BgClassName
{
background-color: #BE52A2;
}
</style>
border-color css
<style>
span { border-color: #BE52A2; }
span { border-color: rgb(190,82,162); }
td.TdClassName
{
border-color: #BE52A2;
}
.TagClassName
{
border-color: #BE52A2;
}
</style>