Shades of Mulberry #BE3F9F
Tints of Mulberry #BE3F9F
RGB
CMYK
RGB Variations
Color information
#BE3F9F (or 0xBE3F9F) is known color: Mulberry. HEX triplet: BE, 3F and 9F. RGB value is (190,63,159). Sum of RGB (Red+Green+Blue) = 190+63+159=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 63 (25% from 255 or 15.29% from 412); Blue value is 159 (62.5% from 255 or 38.59% from 412); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3F9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3F9F is #41C060. Grayscale: #6F6F6F. Windows color (decimal): -4309089 or 10436542. OLE color: 10436542.
HSL color Cylindrical-coordinate representation of color #BE3F9F: hue angle of 314.65º 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 #BE3F9F is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 63 | 159 | - |
| CMYK | 0 | 0.67 | 0.16 | 0.25 |
| HSL | 314.65º | 0.5% | 0.5% | - |
| HSV(B) | 314.65º | 0.67% | 0.75% | - |
| XYZ | 29.27 | 17.01 | 34.54 | - |
| YUV | 111.92 | 154.58 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 63 | 159 | 0 | 0.67 | 0.16 | 0.25 | 314.65 | 0.5 | 0.5 |
| Hex | BE | 3F | 9F | 0 | 43 | 10 | 19 | 13B | 32 | 32 |
| Octal | 276 | 77 | 237 | 0 | 103 | 20 | 31 | 473 | 62 | 62 |
| Binary | 10111110 | 111111 | 10011111 | 0 | 1000011 | 10000 | 11001 | 100111011 | 110010 | 110010 |
Color Harmonies of #BE3F9F
Complementary color
Monochromatic Colors of #BE3F9F
Black with #BE3F9F
Text Example
Text Example
White with #BE3F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3F9F; }
p { color: rgb(190,63,159); }
H1.HeaderClassName
{
color: #BE3F9F;
}
.AnyTagClassName
{
color: #BE3F9F;
}
</style>
background-color css
<style>
a { background-color: #BE3F9F; }
a { background-color: rgb(190,63,159); }
div.DivClassName
{
background-color: #BE3F9F;
}
.BgClassName
{
background-color: #BE3F9F;
}
</style>
border-color css
<style>
span { border-color: #BE3F9F; }
span { border-color: rgb(190,63,159); }
td.TdClassName
{
border-color: #BE3F9F;
}
.TagClassName
{
border-color: #BE3F9F;
}
</style>