Shades of Mulberry #BE5283
Tints of Mulberry #BE5283
RGB
CMYK
RGB Variations
Color information
#BE5283 (or 0xBE5283) is known color: Mulberry. HEX triplet: BE, 52 and 83. RGB value is (190,82,131). Sum of RGB (Red+Green+Blue) = 190+82+131=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 82 (32.42% from 255 or 20.35% from 403); Blue value is 131 (51.56% from 255 or 32.51% from 403); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5283 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5283 is #41AD7C. Grayscale: #777777. Windows color (decimal): -4304253 or 8606398. OLE color: 8606398.
HSL color Cylindrical-coordinate representation of color #BE5283: hue angle of 332.78º 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 #BE5283 is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 82 | 131 | - |
| CMYK | 0 | 0.57 | 0.31 | 0.25 |
| HSL | 332.78º | 0.45% | 0.53% | - |
| HSV(B) | 332.78º | 0.57% | 0.75% | - |
| XYZ | 28.35 | 18.62 | 23.57 | - |
| YUV | 119.88 | 134.28 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 82 | 131 | 0 | 0.57 | 0.31 | 0.25 | 332.78 | 0.45 | 0.53 |
| Hex | BE | 52 | 83 | 0 | 39 | 1F | 19 | 14D | 2D | 35 |
| Octal | 276 | 122 | 203 | 0 | 71 | 37 | 31 | 515 | 55 | 65 |
| Binary | 10111110 | 1010010 | 10000011 | 0 | 111001 | 11111 | 11001 | 101001101 | 101101 | 110101 |
Color Harmonies of #BE5283
Complementary color
Monochromatic Colors of #BE5283
Black with #BE5283
Text Example
Text Example
White with #BE5283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5283; }
p { color: rgb(190,82,131); }
H1.HeaderClassName
{
color: #BE5283;
}
.AnyTagClassName
{
color: #BE5283;
}
</style>
background-color css
<style>
a { background-color: #BE5283; }
a { background-color: rgb(190,82,131); }
div.DivClassName
{
background-color: #BE5283;
}
.BgClassName
{
background-color: #BE5283;
}
</style>
border-color css
<style>
span { border-color: #BE5283; }
span { border-color: rgb(190,82,131); }
td.TdClassName
{
border-color: #BE5283;
}
.TagClassName
{
border-color: #BE5283;
}
</style>