Shades of Mulberry #BE458C
Tints of Mulberry #BE458C
RGB
CMYK
RGB Variations
Color information
#BE458C (or 0xBE458C) is known color: Mulberry. HEX triplet: BE, 45 and 8C. RGB value is (190,69,140). Sum of RGB (Red+Green+Blue) = 190+69+140=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 69 (27.34% from 255 or 17.29% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 190 - color contains mainly: red. Hex color #BE458C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE458C is #41BA73. Grayscale: #717171. Windows color (decimal): -4307572 or 9192894. OLE color: 9192894.
HSL color Cylindrical-coordinate representation of color #BE458C: hue angle of 324.79º 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 #BE458C is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 69 | 140 | - |
| CMYK | 0 | 0.64 | 0.26 | 0.25 |
| HSL | 324.79º | 0.48% | 0.51% | - |
| HSV(B) | 324.79º | 0.64% | 0.75% | - |
| XYZ | 28.1 | 17.1 | 26.63 | - |
| YUV | 113.27 | 143.09 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 69 | 140 | 0 | 0.64 | 0.26 | 0.25 | 324.79 | 0.48 | 0.51 |
| Hex | BE | 45 | 8C | 0 | 40 | 1A | 19 | 145 | 30 | 33 |
| Octal | 276 | 105 | 214 | 0 | 100 | 32 | 31 | 505 | 60 | 63 |
| Binary | 10111110 | 1000101 | 10001100 | 0 | 1000000 | 11010 | 11001 | 101000101 | 110000 | 110011 |
Color Harmonies of #BE458C
Complementary color
Monochromatic Colors of #BE458C
Black with #BE458C
Text Example
Text Example
White with #BE458C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE458C; }
p { color: rgb(190,69,140); }
H1.HeaderClassName
{
color: #BE458C;
}
.AnyTagClassName
{
color: #BE458C;
}
</style>
background-color css
<style>
a { background-color: #BE458C; }
a { background-color: rgb(190,69,140); }
div.DivClassName
{
background-color: #BE458C;
}
.BgClassName
{
background-color: #BE458C;
}
</style>
border-color css
<style>
span { border-color: #BE458C; }
span { border-color: rgb(190,69,140); }
td.TdClassName
{
border-color: #BE458C;
}
.TagClassName
{
border-color: #BE458C;
}
</style>