Shades of Mulberry #BE538F
Tints of Mulberry #BE538F
RGB
CMYK
RGB Variations
Color information
#BE538F (or 0xBE538F) is known color: Mulberry. HEX triplet: BE, 53 and 8F. RGB value is (190,83,143). Sum of RGB (Red+Green+Blue) = 190+83+143=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 83 (32.81% from 255 or 19.95% from 416); Blue value is 143 (56.25% from 255 or 34.38% from 416); Max value from RGB is 190 - color contains mainly: red. Hex color #BE538F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE538F is #41AC70. Grayscale: #797979. Windows color (decimal): -4303985 or 9393086. OLE color: 9393086.
HSL color Cylindrical-coordinate representation of color #BE538F: hue angle of 326.36º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BE538F is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 83 | 143 | - |
| CMYK | 0 | 0.56 | 0.25 | 0.25 |
| HSL | 326.36º | 0.45% | 0.54% | - |
| HSV(B) | 326.36º | 0.56% | 0.75% | - |
| XYZ | 29.29 | 19.12 | 28.13 | - |
| YUV | 121.83 | 139.95 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 83 | 143 | 0 | 0.56 | 0.25 | 0.25 | 326.36 | 0.45 | 0.54 |
| Hex | BE | 53 | 8F | 0 | 38 | 19 | 19 | 146 | 2D | 36 |
| Octal | 276 | 123 | 217 | 0 | 70 | 31 | 31 | 506 | 55 | 66 |
| Binary | 10111110 | 1010011 | 10001111 | 0 | 111000 | 11001 | 11001 | 101000110 | 101101 | 110110 |
Color Harmonies of #BE538F
Complementary color
Monochromatic Colors of #BE538F
Black with #BE538F
Text Example
Text Example
White with #BE538F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE538F; }
p { color: rgb(190,83,143); }
H1.HeaderClassName
{
color: #BE538F;
}
.AnyTagClassName
{
color: #BE538F;
}
</style>
background-color css
<style>
a { background-color: #BE538F; }
a { background-color: rgb(190,83,143); }
div.DivClassName
{
background-color: #BE538F;
}
.BgClassName
{
background-color: #BE538F;
}
</style>
border-color css
<style>
span { border-color: #BE538F; }
span { border-color: rgb(190,83,143); }
td.TdClassName
{
border-color: #BE538F;
}
.TagClassName
{
border-color: #BE538F;
}
</style>