Shades of Mulberry #BE409A
Tints of Mulberry #BE409A
RGB
CMYK
RGB Variations
Color information
#BE409A (or 0xBE409A) is known color: Mulberry. HEX triplet: BE, 40 and 9A. RGB value is (190,64,154). Sum of RGB (Red+Green+Blue) = 190+64+154=408 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.57% from 408); Green value is 64 (25.39% from 255 or 15.69% from 408); Blue value is 154 (60.55% from 255 or 37.75% from 408); Max value from RGB is 190 - color contains mainly: red. Hex color #BE409A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE409A is #41BF65. Grayscale: #6F6F6F. Windows color (decimal): -4308838 or 10109118. OLE color: 10109118.
HSL color Cylindrical-coordinate representation of color #BE409A: hue angle of 317.14º 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 #BE409A is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 64 | 154 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.25 |
| HSL | 317.14º | 0.5% | 0.5% | - |
| HSV(B) | 317.14º | 0.66% | 0.75% | - |
| XYZ | 28.9 | 16.95 | 32.32 | - |
| YUV | 111.93 | 151.74 | 183.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 64 | 154 | 0 | 0.66 | 0.19 | 0.25 | 317.14 | 0.5 | 0.5 |
| Hex | BE | 40 | 9A | 0 | 42 | 13 | 19 | 13D | 32 | 32 |
| Octal | 276 | 100 | 232 | 0 | 102 | 23 | 31 | 475 | 62 | 62 |
| Binary | 10111110 | 1000000 | 10011010 | 0 | 1000010 | 10011 | 11001 | 100111101 | 110010 | 110010 |
Color Harmonies of #BE409A
Complementary color
Monochromatic Colors of #BE409A
Black with #BE409A
Text Example
Text Example
White with #BE409A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE409A; }
p { color: rgb(190,64,154); }
H1.HeaderClassName
{
color: #BE409A;
}
.AnyTagClassName
{
color: #BE409A;
}
</style>
background-color css
<style>
a { background-color: #BE409A; }
a { background-color: rgb(190,64,154); }
div.DivClassName
{
background-color: #BE409A;
}
.BgClassName
{
background-color: #BE409A;
}
</style>
border-color css
<style>
span { border-color: #BE409A; }
span { border-color: rgb(190,64,154); }
td.TdClassName
{
border-color: #BE409A;
}
.TagClassName
{
border-color: #BE409A;
}
</style>