Shades of Mulberry #BE459F
Tints of Mulberry #BE459F
RGB
CMYK
RGB Variations
Color information
#BE459F (or 0xBE459F) is known color: Mulberry. HEX triplet: BE, 45 and 9F. RGB value is (190,69,159). Sum of RGB (Red+Green+Blue) = 190+69+159=418 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.45% from 418); Green value is 69 (27.34% from 255 or 16.51% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 190 - color contains mainly: red. Hex color #BE459F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE459F is #41BA60. Grayscale: #737373. Windows color (decimal): -4307553 or 10438078. OLE color: 10438078.
HSL color Cylindrical-coordinate representation of color #BE459F: hue angle of 315.37º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BE459F is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 69 | 159 | - |
| CMYK | 0 | 0.64 | 0.16 | 0.25 |
| HSL | 315.37º | 0.48% | 0.51% | - |
| HSV(B) | 315.37º | 0.64% | 0.75% | - |
| XYZ | 29.62 | 17.71 | 34.66 | - |
| YUV | 115.44 | 152.59 | 181.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 69 | 159 | 0 | 0.64 | 0.16 | 0.25 | 315.37 | 0.48 | 0.51 |
| Hex | BE | 45 | 9F | 0 | 40 | 10 | 19 | 13B | 30 | 33 |
| Octal | 276 | 105 | 237 | 0 | 100 | 20 | 31 | 473 | 60 | 63 |
| Binary | 10111110 | 1000101 | 10011111 | 0 | 1000000 | 10000 | 11001 | 100111011 | 110000 | 110011 |
Color Harmonies of #BE459F
Complementary color
Monochromatic Colors of #BE459F
Black with #BE459F
Text Example
Text Example
White with #BE459F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE459F; }
p { color: rgb(190,69,159); }
H1.HeaderClassName
{
color: #BE459F;
}
.AnyTagClassName
{
color: #BE459F;
}
</style>
background-color css
<style>
a { background-color: #BE459F; }
a { background-color: rgb(190,69,159); }
div.DivClassName
{
background-color: #BE459F;
}
.BgClassName
{
background-color: #BE459F;
}
</style>
border-color css
<style>
span { border-color: #BE459F; }
span { border-color: rgb(190,69,159); }
td.TdClassName
{
border-color: #BE459F;
}
.TagClassName
{
border-color: #BE459F;
}
</style>