Shades of Mulberry #BE419C
Tints of Mulberry #BE419C
RGB
CMYK
RGB Variations
Color information
#BE419C (or 0xBE419C) is known color: Mulberry. HEX triplet: BE, 41 and 9C. RGB value is (190,65,156). Sum of RGB (Red+Green+Blue) = 190+65+156=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 65 (25.78% from 255 or 15.82% from 411); Blue value is 156 (61.33% from 255 or 37.96% from 411); Max value from RGB is 190 - color contains mainly: red. Hex color #BE419C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE419C is #41BE63. Grayscale: #707070. Windows color (decimal): -4308580 or 10240446. OLE color: 10240446.
HSL color Cylindrical-coordinate representation of color #BE419C: hue angle of 316.32º degrees, saturation: 0.49, 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 #BE419C is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 65 | 156 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.25 |
| HSL | 316.32º | 0.49% | 0.5% | - |
| HSV(B) | 316.32º | 0.66% | 0.75% | - |
| XYZ | 29.13 | 17.13 | 33.22 | - |
| YUV | 112.75 | 152.41 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 65 | 156 | 0 | 0.66 | 0.18 | 0.25 | 316.32 | 0.49 | 0.5 |
| Hex | BE | 41 | 9C | 0 | 42 | 12 | 19 | 13C | 31 | 32 |
| Octal | 276 | 101 | 234 | 0 | 102 | 22 | 31 | 474 | 61 | 62 |
| Binary | 10111110 | 1000001 | 10011100 | 0 | 1000010 | 10010 | 11001 | 100111100 | 110001 | 110010 |
Color Harmonies of #BE419C
Complementary color
Monochromatic Colors of #BE419C
Black with #BE419C
Text Example
Text Example
White with #BE419C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE419C; }
p { color: rgb(190,65,156); }
H1.HeaderClassName
{
color: #BE419C;
}
.AnyTagClassName
{
color: #BE419C;
}
</style>
background-color css
<style>
a { background-color: #BE419C; }
a { background-color: rgb(190,65,156); }
div.DivClassName
{
background-color: #BE419C;
}
.BgClassName
{
background-color: #BE419C;
}
</style>
border-color css
<style>
span { border-color: #BE419C; }
span { border-color: rgb(190,65,156); }
td.TdClassName
{
border-color: #BE419C;
}
.TagClassName
{
border-color: #BE419C;
}
</style>