Shades of Mulberry #BE55A2
Tints of Mulberry #BE55A2
RGB
CMYK
RGB Variations
Color information
#BE55A2 (or 0xBE55A2) is known color: Mulberry. HEX triplet: BE, 55 and A2. RGB value is (190,85,162). Sum of RGB (Red+Green+Blue) = 190+85+162=437 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.48% from 437); Green value is 85 (33.59% from 255 or 19.45% from 437); Blue value is 162 (63.67% from 255 or 37.07% from 437); Max value from RGB is 190 - color contains mainly: red. Hex color #BE55A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE55A2 is #41AA5D. Grayscale: #7C7C7C. Windows color (decimal): -4303454 or 10638782. OLE color: 10638782.
HSL color Cylindrical-coordinate representation of color #BE55A2: hue angle of 316º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BE55A2 is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 85 | 162 | - |
| CMYK | 0 | 0.55 | 0.15 | 0.25 |
| HSL | 316º | 0.45% | 0.54% | - |
| HSV(B) | 316º | 0.55% | 0.75% | - |
| XYZ | 31.01 | 20.05 | 36.42 | - |
| YUV | 125.17 | 148.79 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 85 | 162 | 0 | 0.55 | 0.15 | 0.25 | 316 | 0.45 | 0.54 |
| Hex | BE | 55 | A2 | 0 | 37 | F | 19 | 13C | 2D | 36 |
| Octal | 276 | 125 | 242 | 0 | 67 | 17 | 31 | 474 | 55 | 66 |
| Binary | 10111110 | 1010101 | 10100010 | 0 | 110111 | 1111 | 11001 | 100111100 | 101101 | 110110 |
Color Harmonies of #BE55A2
Complementary color
Monochromatic Colors of #BE55A2
Black with #BE55A2
Text Example
Text Example
White with #BE55A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE55A2; }
p { color: rgb(190,85,162); }
H1.HeaderClassName
{
color: #BE55A2;
}
.AnyTagClassName
{
color: #BE55A2;
}
</style>
background-color css
<style>
a { background-color: #BE55A2; }
a { background-color: rgb(190,85,162); }
div.DivClassName
{
background-color: #BE55A2;
}
.BgClassName
{
background-color: #BE55A2;
}
</style>
border-color css
<style>
span { border-color: #BE55A2; }
span { border-color: rgb(190,85,162); }
td.TdClassName
{
border-color: #BE55A2;
}
.TagClassName
{
border-color: #BE55A2;
}
</style>