Shades of Mulberry #BE3DA2
Tints of Mulberry #BE3DA2
RGB
CMYK
RGB Variations
Color information
#BE3DA2 (or 0xBE3DA2) is known color: Mulberry. HEX triplet: BE, 3D and A2. RGB value is (190,61,162). Sum of RGB (Red+Green+Blue) = 190+61+162=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 61 (24.22% from 255 or 14.77% from 413); Blue value is 162 (63.67% from 255 or 39.23% from 413); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3DA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3DA2 is #41C25D. Grayscale: #6E6E6E. Windows color (decimal): -4309598 or 10632638. OLE color: 10632638.
HSL color Cylindrical-coordinate representation of color #BE3DA2: hue angle of 313.02º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE3DA2 is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 61 | 162 | - |
| CMYK | 0 | 0.68 | 0.15 | 0.25 |
| HSL | 313.02º | 0.51% | 0.49% | - |
| HSV(B) | 313.02º | 0.68% | 0.75% | - |
| XYZ | 29.43 | 16.89 | 35.89 | - |
| YUV | 111.09 | 156.74 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 61 | 162 | 0 | 0.68 | 0.15 | 0.25 | 313.02 | 0.51 | 0.49 |
| Hex | BE | 3D | A2 | 0 | 44 | F | 19 | 139 | 33 | 31 |
| Octal | 276 | 75 | 242 | 0 | 104 | 17 | 31 | 471 | 63 | 61 |
| Binary | 10111110 | 111101 | 10100010 | 0 | 1000100 | 1111 | 11001 | 100111001 | 110011 | 110001 |
Color Harmonies of #BE3DA2
Complementary color
Monochromatic Colors of #BE3DA2
Black with #BE3DA2
Text Example
Text Example
White with #BE3DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3DA2; }
p { color: rgb(190,61,162); }
H1.HeaderClassName
{
color: #BE3DA2;
}
.AnyTagClassName
{
color: #BE3DA2;
}
</style>
background-color css
<style>
a { background-color: #BE3DA2; }
a { background-color: rgb(190,61,162); }
div.DivClassName
{
background-color: #BE3DA2;
}
.BgClassName
{
background-color: #BE3DA2;
}
</style>
border-color css
<style>
span { border-color: #BE3DA2; }
span { border-color: rgb(190,61,162); }
td.TdClassName
{
border-color: #BE3DA2;
}
.TagClassName
{
border-color: #BE3DA2;
}
</style>