Shades of Mulberry #BE418C
Tints of Mulberry #BE418C
RGB
CMYK
RGB Variations
Color information
#BE418C (or 0xBE418C) is known color: Mulberry. HEX triplet: BE, 41 and 8C. RGB value is (190,65,140). Sum of RGB (Red+Green+Blue) = 190+65+140=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 65 (25.78% from 255 or 16.46% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 190 - color contains mainly: red. Hex color #BE418C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE418C is #41BE73. Grayscale: #6E6E6E. Windows color (decimal): -4308596 or 9191870. OLE color: 9191870.
HSL color Cylindrical-coordinate representation of color #BE418C: hue angle of 324º 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 #BE418C is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 65 | 140 | - |
| CMYK | 0 | 0.66 | 0.26 | 0.25 |
| HSL | 324º | 0.49% | 0.5% | - |
| HSV(B) | 324º | 0.66% | 0.75% | - |
| XYZ | 27.86 | 16.62 | 26.55 | - |
| YUV | 110.93 | 144.41 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 65 | 140 | 0 | 0.66 | 0.26 | 0.25 | 324 | 0.49 | 0.5 |
| Hex | BE | 41 | 8C | 0 | 42 | 1A | 19 | 144 | 31 | 32 |
| Octal | 276 | 101 | 214 | 0 | 102 | 32 | 31 | 504 | 61 | 62 |
| Binary | 10111110 | 1000001 | 10001100 | 0 | 1000010 | 11010 | 11001 | 101000100 | 110001 | 110010 |
Color Harmonies of #BE418C
Complementary color
Monochromatic Colors of #BE418C
Black with #BE418C
Text Example
Text Example
White with #BE418C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE418C; }
p { color: rgb(190,65,140); }
H1.HeaderClassName
{
color: #BE418C;
}
.AnyTagClassName
{
color: #BE418C;
}
</style>
background-color css
<style>
a { background-color: #BE418C; }
a { background-color: rgb(190,65,140); }
div.DivClassName
{
background-color: #BE418C;
}
.BgClassName
{
background-color: #BE418C;
}
</style>
border-color css
<style>
span { border-color: #BE418C; }
span { border-color: rgb(190,65,140); }
td.TdClassName
{
border-color: #BE418C;
}
.TagClassName
{
border-color: #BE418C;
}
</style>