Shades of Mulberry #BE5FA4
Tints of Mulberry #BE5FA4
RGB
CMYK
RGB Variations
Color information
#BE5FA4 (or 0xBE5FA4) is known color: Mulberry. HEX triplet: BE, 5F and A4. RGB value is (190,95,164). Sum of RGB (Red+Green+Blue) = 190+95+164=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 95 (37.5% from 255 or 21.16% from 449); Blue value is 164 (64.45% from 255 or 36.53% from 449); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5FA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5FA4 is #41A05B. Grayscale: #838383. Windows color (decimal): -4300892 or 10772414. OLE color: 10772414.
HSL color Cylindrical-coordinate representation of color #BE5FA4: hue angle of 316.42º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BE5FA4 is Cyan = 0, Magento = 0.5, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 95 | 164 | - |
| CMYK | 0 | 0.5 | 0.14 | 0.25 |
| HSL | 316.42º | 0.42% | 0.56% | - |
| HSV(B) | 316.42º | 0.5% | 0.75% | - |
| XYZ | 32.03 | 21.81 | 37.64 | - |
| YUV | 131.27 | 146.47 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 95 | 164 | 0 | 0.5 | 0.14 | 0.25 | 316.42 | 0.42 | 0.56 |
| Hex | BE | 5F | A4 | 0 | 32 | E | 19 | 13C | 2A | 38 |
| Octal | 276 | 137 | 244 | 0 | 62 | 16 | 31 | 474 | 52 | 70 |
| Binary | 10111110 | 1011111 | 10100100 | 0 | 110010 | 1110 | 11001 | 100111100 | 101010 | 111000 |
Color Harmonies of #BE5FA4
Complementary color
Monochromatic Colors of #BE5FA4
Black with #BE5FA4
Text Example
Text Example
White with #BE5FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5FA4; }
p { color: rgb(190,95,164); }
H1.HeaderClassName
{
color: #BE5FA4;
}
.AnyTagClassName
{
color: #BE5FA4;
}
</style>
background-color css
<style>
a { background-color: #BE5FA4; }
a { background-color: rgb(190,95,164); }
div.DivClassName
{
background-color: #BE5FA4;
}
.BgClassName
{
background-color: #BE5FA4;
}
</style>
border-color css
<style>
span { border-color: #BE5FA4; }
span { border-color: rgb(190,95,164); }
td.TdClassName
{
border-color: #BE5FA4;
}
.TagClassName
{
border-color: #BE5FA4;
}
</style>