Shades of Mulberry #BE44A2
Tints of Mulberry #BE44A2
RGB
CMYK
RGB Variations
Color information
#BE44A2 (or 0xBE44A2) is known color: Mulberry. HEX triplet: BE, 44 and A2. RGB value is (190,68,162). Sum of RGB (Red+Green+Blue) = 190+68+162=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 68 (26.95% from 255 or 16.19% from 420); Blue value is 162 (63.67% from 255 or 38.57% from 420); Max value from RGB is 190 - color contains mainly: red. Hex color #BE44A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE44A2 is #41BB5D. Grayscale: #727272. Windows color (decimal): -4307806 or 10634430. OLE color: 10634430.
HSL color Cylindrical-coordinate representation of color #BE44A2: hue angle of 313.77º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BE44A2 is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 68 | 162 | - |
| CMYK | 0 | 0.64 | 0.15 | 0.25 |
| HSL | 313.77º | 0.48% | 0.51% | - |
| HSV(B) | 313.77º | 0.64% | 0.75% | - |
| XYZ | 29.82 | 17.69 | 36.03 | - |
| YUV | 115.19 | 154.42 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 68 | 162 | 0 | 0.64 | 0.15 | 0.25 | 313.77 | 0.48 | 0.51 |
| Hex | BE | 44 | A2 | 0 | 40 | F | 19 | 13A | 30 | 33 |
| Octal | 276 | 104 | 242 | 0 | 100 | 17 | 31 | 472 | 60 | 63 |
| Binary | 10111110 | 1000100 | 10100010 | 0 | 1000000 | 1111 | 11001 | 100111010 | 110000 | 110011 |
Color Harmonies of #BE44A2
Complementary color
Monochromatic Colors of #BE44A2
Black with #BE44A2
Text Example
Text Example
White with #BE44A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE44A2; }
p { color: rgb(190,68,162); }
H1.HeaderClassName
{
color: #BE44A2;
}
.AnyTagClassName
{
color: #BE44A2;
}
</style>
background-color css
<style>
a { background-color: #BE44A2; }
a { background-color: rgb(190,68,162); }
div.DivClassName
{
background-color: #BE44A2;
}
.BgClassName
{
background-color: #BE44A2;
}
</style>
border-color css
<style>
span { border-color: #BE44A2; }
span { border-color: rgb(190,68,162); }
td.TdClassName
{
border-color: #BE44A2;
}
.TagClassName
{
border-color: #BE44A2;
}
</style>