Shades of Mulberry #BE48A0
Tints of Mulberry #BE48A0
RGB
CMYK
RGB Variations
Color information
#BE48A0 (or 0xBE48A0) is known color: Mulberry. HEX triplet: BE, 48 and A0. RGB value is (190,72,160). Sum of RGB (Red+Green+Blue) = 190+72+160=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 72 (28.52% from 255 or 17.06% from 422); Blue value is 160 (62.89% from 255 or 37.91% from 422); Max value from RGB is 190 - color contains mainly: red. Hex color #BE48A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE48A0 is #41B75F. Grayscale: #757575. Windows color (decimal): -4306784 or 10504382. OLE color: 10504382.
HSL color Cylindrical-coordinate representation of color #BE48A0: hue angle of 315.25º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BE48A0 is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 72 | 160 | - |
| CMYK | 0 | 0.62 | 0.16 | 0.25 |
| HSL | 315.25º | 0.48% | 0.51% | - |
| HSV(B) | 315.25º | 0.62% | 0.75% | - |
| XYZ | 29.9 | 18.12 | 35.18 | - |
| YUV | 117.31 | 152.09 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 72 | 160 | 0 | 0.62 | 0.16 | 0.25 | 315.25 | 0.48 | 0.51 |
| Hex | BE | 48 | A0 | 0 | 3E | 10 | 19 | 13B | 30 | 33 |
| Octal | 276 | 110 | 240 | 0 | 76 | 20 | 31 | 473 | 60 | 63 |
| Binary | 10111110 | 1001000 | 10100000 | 0 | 111110 | 10000 | 11001 | 100111011 | 110000 | 110011 |
Color Harmonies of #BE48A0
Complementary color
Monochromatic Colors of #BE48A0
Black with #BE48A0
Text Example
Text Example
White with #BE48A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE48A0; }
p { color: rgb(190,72,160); }
H1.HeaderClassName
{
color: #BE48A0;
}
.AnyTagClassName
{
color: #BE48A0;
}
</style>
background-color css
<style>
a { background-color: #BE48A0; }
a { background-color: rgb(190,72,160); }
div.DivClassName
{
background-color: #BE48A0;
}
.BgClassName
{
background-color: #BE48A0;
}
</style>
border-color css
<style>
span { border-color: #BE48A0; }
span { border-color: rgb(190,72,160); }
td.TdClassName
{
border-color: #BE48A0;
}
.TagClassName
{
border-color: #BE48A0;
}
</style>