Shades of Mulberry #BE4183
Tints of Mulberry #BE4183
RGB
CMYK
RGB Variations
Color information
#BE4183 (or 0xBE4183) is known color: Mulberry. HEX triplet: BE, 41 and 83. RGB value is (190,65,131). Sum of RGB (Red+Green+Blue) = 190+65+131=386 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.22% from 386); Green value is 65 (25.78% from 255 or 16.84% from 386); Blue value is 131 (51.56% from 255 or 33.94% from 386); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4183 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4183 is #41BE7C. Grayscale: #6D6D6D. Windows color (decimal): -4308605 or 8602046. OLE color: 8602046.
HSL color Cylindrical-coordinate representation of color #BE4183: hue angle of 328.32º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE4183 is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 65 | 131 | - |
| CMYK | 0 | 0.66 | 0.31 | 0.25 |
| HSL | 328.32º | 0.49% | 0.5% | - |
| HSV(B) | 328.32º | 0.66% | 0.75% | - |
| XYZ | 27.22 | 16.37 | 23.2 | - |
| YUV | 109.9 | 139.91 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 65 | 131 | 0 | 0.66 | 0.31 | 0.25 | 328.32 | 0.49 | 0.5 |
| Hex | BE | 41 | 83 | 0 | 42 | 1F | 19 | 148 | 31 | 32 |
| Octal | 276 | 101 | 203 | 0 | 102 | 37 | 31 | 510 | 61 | 62 |
| Binary | 10111110 | 1000001 | 10000011 | 0 | 1000010 | 11111 | 11001 | 101001000 | 110001 | 110010 |
Color Harmonies of #BE4183
Complementary color
Monochromatic Colors of #BE4183
Black with #BE4183
Text Example
Text Example
White with #BE4183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4183; }
p { color: rgb(190,65,131); }
H1.HeaderClassName
{
color: #BE4183;
}
.AnyTagClassName
{
color: #BE4183;
}
</style>
background-color css
<style>
a { background-color: #BE4183; }
a { background-color: rgb(190,65,131); }
div.DivClassName
{
background-color: #BE4183;
}
.BgClassName
{
background-color: #BE4183;
}
</style>
border-color css
<style>
span { border-color: #BE4183; }
span { border-color: rgb(190,65,131); }
td.TdClassName
{
border-color: #BE4183;
}
.TagClassName
{
border-color: #BE4183;
}
</style>