Shades of Mulberry #BE4683
Tints of Mulberry #BE4683
RGB
CMYK
RGB Variations
Color information
#BE4683 (or 0xBE4683) is known color: Mulberry. HEX triplet: BE, 46 and 83. RGB value is (190,70,131). Sum of RGB (Red+Green+Blue) = 190+70+131=391 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.59% from 391); Green value is 70 (27.73% from 255 or 17.90% from 391); Blue value is 131 (51.56% from 255 or 33.50% from 391); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4683 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4683 is #41B97C. Grayscale: #707070. Windows color (decimal): -4307325 or 8603326. OLE color: 8603326.
HSL color Cylindrical-coordinate representation of color #BE4683: hue angle of 329.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BE4683 is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 70 | 131 | - |
| CMYK | 0 | 0.63 | 0.31 | 0.25 |
| HSL | 329.5º | 0.48% | 0.51% | - |
| HSV(B) | 329.5º | 0.63% | 0.75% | - |
| XYZ | 27.52 | 16.97 | 23.3 | - |
| YUV | 112.83 | 138.26 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 70 | 131 | 0 | 0.63 | 0.31 | 0.25 | 329.5 | 0.48 | 0.51 |
| Hex | BE | 46 | 83 | 0 | 3F | 1F | 19 | 14A | 30 | 33 |
| Octal | 276 | 106 | 203 | 0 | 77 | 37 | 31 | 512 | 60 | 63 |
| Binary | 10111110 | 1000110 | 10000011 | 0 | 111111 | 11111 | 11001 | 101001010 | 110000 | 110011 |
Color Harmonies of #BE4683
Complementary color
Monochromatic Colors of #BE4683
Black with #BE4683
Text Example
Text Example
White with #BE4683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4683; }
p { color: rgb(190,70,131); }
H1.HeaderClassName
{
color: #BE4683;
}
.AnyTagClassName
{
color: #BE4683;
}
</style>
background-color css
<style>
a { background-color: #BE4683; }
a { background-color: rgb(190,70,131); }
div.DivClassName
{
background-color: #BE4683;
}
.BgClassName
{
background-color: #BE4683;
}
</style>
border-color css
<style>
span { border-color: #BE4683; }
span { border-color: rgb(190,70,131); }
td.TdClassName
{
border-color: #BE4683;
}
.TagClassName
{
border-color: #BE4683;
}
</style>