Shades of Mulberry #BE3E9E
Tints of Mulberry #BE3E9E
RGB
CMYK
RGB Variations
Color information
#BE3E9E (or 0xBE3E9E) is known color: Mulberry. HEX triplet: BE, 3E and 9E. RGB value is (190,62,158). Sum of RGB (Red+Green+Blue) = 190+62+158=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 62 (24.61% from 255 or 15.12% from 410); Blue value is 158 (62.11% from 255 or 38.54% from 410); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3E9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3E9E is #41C161. Grayscale: #6E6E6E. Windows color (decimal): -4309346 or 10370750. OLE color: 10370750.
HSL color Cylindrical-coordinate representation of color #BE3E9E: hue angle of 315º 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 #BE3E9E is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 62 | 158 | - |
| CMYK | 0 | 0.67 | 0.17 | 0.25 |
| HSL | 315º | 0.51% | 0.49% | - |
| HSV(B) | 315º | 0.67% | 0.75% | - |
| XYZ | 29.13 | 16.86 | 34.07 | - |
| YUV | 111.22 | 154.41 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 62 | 158 | 0 | 0.67 | 0.17 | 0.25 | 315 | 0.51 | 0.49 |
| Hex | BE | 3E | 9E | 0 | 43 | 11 | 19 | 13B | 33 | 31 |
| Octal | 276 | 76 | 236 | 0 | 103 | 21 | 31 | 473 | 63 | 61 |
| Binary | 10111110 | 111110 | 10011110 | 0 | 1000011 | 10001 | 11001 | 100111011 | 110011 | 110001 |
Color Harmonies of #BE3E9E
Complementary color
Monochromatic Colors of #BE3E9E
Black with #BE3E9E
Text Example
Text Example
White with #BE3E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3E9E; }
p { color: rgb(190,62,158); }
H1.HeaderClassName
{
color: #BE3E9E;
}
.AnyTagClassName
{
color: #BE3E9E;
}
</style>
background-color css
<style>
a { background-color: #BE3E9E; }
a { background-color: rgb(190,62,158); }
div.DivClassName
{
background-color: #BE3E9E;
}
.BgClassName
{
background-color: #BE3E9E;
}
</style>
border-color css
<style>
span { border-color: #BE3E9E; }
span { border-color: rgb(190,62,158); }
td.TdClassName
{
border-color: #BE3E9E;
}
.TagClassName
{
border-color: #BE3E9E;
}
</style>