Shades of Mulberry #BE3FA6
Tints of Mulberry #BE3FA6
RGB
CMYK
RGB Variations
Color information
#BE3FA6 (or 0xBE3FA6) is known color: Mulberry. HEX triplet: BE, 3F and A6. RGB value is (190,63,166). Sum of RGB (Red+Green+Blue) = 190+63+166=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 63 (25% from 255 or 15.04% from 419); Blue value is 166 (65.23% from 255 or 39.62% from 419); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3FA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3FA6 is #41C059. Grayscale: #707070. Windows color (decimal): -4309082 or 10895294. OLE color: 10895294.
HSL color Cylindrical-coordinate representation of color #BE3FA6: hue angle of 311.34º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE3FA6 is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 63 | 166 | - |
| CMYK | 0 | 0.67 | 0.13 | 0.25 |
| HSL | 311.34º | 0.5% | 0.5% | - |
| HSV(B) | 311.34º | 0.67% | 0.75% | - |
| XYZ | 29.9 | 17.26 | 37.83 | - |
| YUV | 112.72 | 158.08 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 63 | 166 | 0 | 0.67 | 0.13 | 0.25 | 311.34 | 0.5 | 0.5 |
| Hex | BE | 3F | A6 | 0 | 43 | D | 19 | 137 | 32 | 32 |
| Octal | 276 | 77 | 246 | 0 | 103 | 15 | 31 | 467 | 62 | 62 |
| Binary | 10111110 | 111111 | 10100110 | 0 | 1000011 | 1101 | 11001 | 100110111 | 110010 | 110010 |
Color Harmonies of #BE3FA6
Complementary color
Monochromatic Colors of #BE3FA6
Black with #BE3FA6
Text Example
Text Example
White with #BE3FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3FA6; }
p { color: rgb(190,63,166); }
H1.HeaderClassName
{
color: #BE3FA6;
}
.AnyTagClassName
{
color: #BE3FA6;
}
</style>
background-color css
<style>
a { background-color: #BE3FA6; }
a { background-color: rgb(190,63,166); }
div.DivClassName
{
background-color: #BE3FA6;
}
.BgClassName
{
background-color: #BE3FA6;
}
</style>
border-color css
<style>
span { border-color: #BE3FA6; }
span { border-color: rgb(190,63,166); }
td.TdClassName
{
border-color: #BE3FA6;
}
.TagClassName
{
border-color: #BE3FA6;
}
</style>