Shades of Mulberry #BE40A6
Tints of Mulberry #BE40A6
RGB
CMYK
RGB Variations
Color information
#BE40A6 (or 0xBE40A6) is known color: Mulberry. HEX triplet: BE, 40 and A6. RGB value is (190,64,166). Sum of RGB (Red+Green+Blue) = 190+64+166=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 64 (25.39% from 255 or 15.24% from 420); Blue value is 166 (65.23% from 255 or 39.52% from 420); Max value from RGB is 190 - color contains mainly: red. Hex color #BE40A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE40A6 is #41BF59. Grayscale: #717171. Windows color (decimal): -4308826 or 10895550. OLE color: 10895550.
HSL color Cylindrical-coordinate representation of color #BE40A6: hue angle of 311.43º degrees, saturation: 0.5, 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 #BE40A6 is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 64 | 166 | - |
| CMYK | 0 | 0.66 | 0.13 | 0.25 |
| HSL | 311.43º | 0.5% | 0.5% | - |
| HSV(B) | 311.43º | 0.66% | 0.75% | - |
| XYZ | 29.95 | 17.37 | 37.85 | - |
| YUV | 113.3 | 157.74 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 64 | 166 | 0 | 0.66 | 0.13 | 0.25 | 311.43 | 0.5 | 0.5 |
| Hex | BE | 40 | A6 | 0 | 42 | D | 19 | 137 | 32 | 32 |
| Octal | 276 | 100 | 246 | 0 | 102 | 15 | 31 | 467 | 62 | 62 |
| Binary | 10111110 | 1000000 | 10100110 | 0 | 1000010 | 1101 | 11001 | 100110111 | 110010 | 110010 |
Color Harmonies of #BE40A6
Complementary color
Monochromatic Colors of #BE40A6
Black with #BE40A6
Text Example
Text Example
White with #BE40A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE40A6; }
p { color: rgb(190,64,166); }
H1.HeaderClassName
{
color: #BE40A6;
}
.AnyTagClassName
{
color: #BE40A6;
}
</style>
background-color css
<style>
a { background-color: #BE40A6; }
a { background-color: rgb(190,64,166); }
div.DivClassName
{
background-color: #BE40A6;
}
.BgClassName
{
background-color: #BE40A6;
}
</style>
border-color css
<style>
span { border-color: #BE40A6; }
span { border-color: rgb(190,64,166); }
td.TdClassName
{
border-color: #BE40A6;
}
.TagClassName
{
border-color: #BE40A6;
}
</style>