Shades of Mulberry #BE469F
Tints of Mulberry #BE469F
RGB
CMYK
RGB Variations
Color information
#BE469F (or 0xBE469F) is known color: Mulberry. HEX triplet: BE, 46 and 9F. RGB value is (190,70,159). Sum of RGB (Red+Green+Blue) = 190+70+159=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 70 (27.73% from 255 or 16.71% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 190 - color contains mainly: red. Hex color #BE469F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE469F is #41B960. Grayscale: #737373. Windows color (decimal): -4307297 or 10438334. OLE color: 10438334.
HSL color Cylindrical-coordinate representation of color #BE469F: hue angle of 315.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BE469F is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 70 | 159 | - |
| CMYK | 0 | 0.63 | 0.16 | 0.25 |
| HSL | 315.5º | 0.48% | 0.51% | - |
| HSV(B) | 315.5º | 0.63% | 0.75% | - |
| XYZ | 29.68 | 17.83 | 34.68 | - |
| YUV | 116.03 | 152.26 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 70 | 159 | 0 | 0.63 | 0.16 | 0.25 | 315.5 | 0.48 | 0.51 |
| Hex | BE | 46 | 9F | 0 | 3F | 10 | 19 | 13C | 30 | 33 |
| Octal | 276 | 106 | 237 | 0 | 77 | 20 | 31 | 474 | 60 | 63 |
| Binary | 10111110 | 1000110 | 10011111 | 0 | 111111 | 10000 | 11001 | 100111100 | 110000 | 110011 |
Color Harmonies of #BE469F
Complementary color
Monochromatic Colors of #BE469F
Black with #BE469F
Text Example
Text Example
White with #BE469F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE469F; }
p { color: rgb(190,70,159); }
H1.HeaderClassName
{
color: #BE469F;
}
.AnyTagClassName
{
color: #BE469F;
}
</style>
background-color css
<style>
a { background-color: #BE469F; }
a { background-color: rgb(190,70,159); }
div.DivClassName
{
background-color: #BE469F;
}
.BgClassName
{
background-color: #BE469F;
}
</style>
border-color css
<style>
span { border-color: #BE469F; }
span { border-color: rgb(190,70,159); }
td.TdClassName
{
border-color: #BE469F;
}
.TagClassName
{
border-color: #BE469F;
}
</style>