Shades of Mulberry #BE3E9F
Tints of Mulberry #BE3E9F
RGB
CMYK
RGB Variations
Color information
#BE3E9F (or 0xBE3E9F) is known color: Mulberry. HEX triplet: BE, 3E and 9F. RGB value is (190,62,159). Sum of RGB (Red+Green+Blue) = 190+62+159=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 62 (24.61% from 255 or 15.09% from 411); Blue value is 159 (62.5% from 255 or 38.69% from 411); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3E9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3E9F is #41C160. Grayscale: #6F6F6F. Windows color (decimal): -4309345 or 10436286. OLE color: 10436286.
HSL color Cylindrical-coordinate representation of color #BE3E9F: hue angle of 314.53º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE3E9F is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 62 | 159 | - |
| CMYK | 0 | 0.67 | 0.16 | 0.25 |
| HSL | 314.53º | 0.51% | 0.49% | - |
| HSV(B) | 314.53º | 0.67% | 0.75% | - |
| XYZ | 29.22 | 16.9 | 34.52 | - |
| YUV | 111.33 | 154.91 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 62 | 159 | 0 | 0.67 | 0.16 | 0.25 | 314.53 | 0.51 | 0.49 |
| Hex | BE | 3E | 9F | 0 | 43 | 10 | 19 | 13B | 33 | 31 |
| Octal | 276 | 76 | 237 | 0 | 103 | 20 | 31 | 473 | 63 | 61 |
| Binary | 10111110 | 111110 | 10011111 | 0 | 1000011 | 10000 | 11001 | 100111011 | 110011 | 110001 |
Color Harmonies of #BE3E9F
Complementary color
Monochromatic Colors of #BE3E9F
Black with #BE3E9F
Text Example
Text Example
White with #BE3E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3E9F; }
p { color: rgb(190,62,159); }
H1.HeaderClassName
{
color: #BE3E9F;
}
.AnyTagClassName
{
color: #BE3E9F;
}
</style>
background-color css
<style>
a { background-color: #BE3E9F; }
a { background-color: rgb(190,62,159); }
div.DivClassName
{
background-color: #BE3E9F;
}
.BgClassName
{
background-color: #BE3E9F;
}
</style>
border-color css
<style>
span { border-color: #BE3E9F; }
span { border-color: rgb(190,62,159); }
td.TdClassName
{
border-color: #BE3E9F;
}
.TagClassName
{
border-color: #BE3E9F;
}
</style>