Shades of Mulberry #BE3F96
Tints of Mulberry #BE3F96
RGB
CMYK
RGB Variations
Color information
#BE3F96 (or 0xBE3F96) is known color: Mulberry. HEX triplet: BE, 3F and 96. RGB value is (190,63,150). Sum of RGB (Red+Green+Blue) = 190+63+150=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 63 (25% from 255 or 15.63% from 403); Blue value is 150 (58.98% from 255 or 37.22% from 403); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3F96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3F96 is #41C069. Grayscale: #6E6E6E. Windows color (decimal): -4309098 or 9846718. OLE color: 9846718.
HSL color Cylindrical-coordinate representation of color #BE3F96: hue angle of 318.9º 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 #BE3F96 is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 63 | 150 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.25 |
| HSL | 318.9º | 0.5% | 0.5% | - |
| HSV(B) | 318.9º | 0.67% | 0.75% | - |
| XYZ | 28.52 | 16.7 | 30.58 | - |
| YUV | 110.89 | 150.08 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 63 | 150 | 0 | 0.67 | 0.21 | 0.25 | 318.9 | 0.5 | 0.5 |
| Hex | BE | 3F | 96 | 0 | 43 | 15 | 19 | 13F | 32 | 32 |
| Octal | 276 | 77 | 226 | 0 | 103 | 25 | 31 | 477 | 62 | 62 |
| Binary | 10111110 | 111111 | 10010110 | 0 | 1000011 | 10101 | 11001 | 100111111 | 110010 | 110010 |
Color Harmonies of #BE3F96
Complementary color
Monochromatic Colors of #BE3F96
Black with #BE3F96
Text Example
Text Example
White with #BE3F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3F96; }
p { color: rgb(190,63,150); }
H1.HeaderClassName
{
color: #BE3F96;
}
.AnyTagClassName
{
color: #BE3F96;
}
</style>
background-color css
<style>
a { background-color: #BE3F96; }
a { background-color: rgb(190,63,150); }
div.DivClassName
{
background-color: #BE3F96;
}
.BgClassName
{
background-color: #BE3F96;
}
</style>
border-color css
<style>
span { border-color: #BE3F96; }
span { border-color: rgb(190,63,150); }
td.TdClassName
{
border-color: #BE3F96;
}
.TagClassName
{
border-color: #BE3F96;
}
</style>