Shades of Mulberry #BE51A1
Tints of Mulberry #BE51A1
RGB
CMYK
RGB Variations
Color information
#BE51A1 (or 0xBE51A1) is known color: Mulberry. HEX triplet: BE, 51 and A1. RGB value is (190,81,161). Sum of RGB (Red+Green+Blue) = 190+81+161=432 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.98% from 432); Green value is 81 (32.03% from 255 or 18.75% from 432); Blue value is 161 (63.28% from 255 or 37.27% from 432); Max value from RGB is 190 - color contains mainly: red. Hex color #BE51A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE51A1 is #41AE5E. Grayscale: #7A7A7A. Windows color (decimal): -4304479 or 10572222. OLE color: 10572222.
HSL color Cylindrical-coordinate representation of color #BE51A1: hue angle of 315.96º degrees, saturation: 0.46, 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 #BE51A1 is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 81 | 161 | - |
| CMYK | 0 | 0.57 | 0.15 | 0.25 |
| HSL | 315.96º | 0.46% | 0.53% | - |
| HSV(B) | 315.96º | 0.57% | 0.75% | - |
| XYZ | 30.61 | 19.41 | 35.85 | - |
| YUV | 122.71 | 149.61 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 81 | 161 | 0 | 0.57 | 0.15 | 0.25 | 315.96 | 0.46 | 0.53 |
| Hex | BE | 51 | A1 | 0 | 39 | F | 19 | 13C | 2E | 35 |
| Octal | 276 | 121 | 241 | 0 | 71 | 17 | 31 | 474 | 56 | 65 |
| Binary | 10111110 | 1010001 | 10100001 | 0 | 111001 | 1111 | 11001 | 100111100 | 101110 | 110101 |
Color Harmonies of #BE51A1
Complementary color
Monochromatic Colors of #BE51A1
Black with #BE51A1
Text Example
Text Example
White with #BE51A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE51A1; }
p { color: rgb(190,81,161); }
H1.HeaderClassName
{
color: #BE51A1;
}
.AnyTagClassName
{
color: #BE51A1;
}
</style>
background-color css
<style>
a { background-color: #BE51A1; }
a { background-color: rgb(190,81,161); }
div.DivClassName
{
background-color: #BE51A1;
}
.BgClassName
{
background-color: #BE51A1;
}
</style>
border-color css
<style>
span { border-color: #BE51A1; }
span { border-color: rgb(190,81,161); }
td.TdClassName
{
border-color: #BE51A1;
}
.TagClassName
{
border-color: #BE51A1;
}
</style>