Shades of Mulberry #BE5F9D
Tints of Mulberry #BE5F9D
RGB
CMYK
RGB Variations
Color information
#BE5F9D (or 0xBE5F9D) is known color: Mulberry. HEX triplet: BE, 5F and 9D. RGB value is (190,95,157). Sum of RGB (Red+Green+Blue) = 190+95+157=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 95 (37.5% from 255 or 21.49% from 442); Blue value is 157 (61.72% from 255 or 35.52% from 442); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5F9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5F9D is #41A062. Grayscale: #828282. Windows color (decimal): -4300899 or 10313662. OLE color: 10313662.
HSL color Cylindrical-coordinate representation of color #BE5F9D: hue angle of 320.84º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BE5F9D is Cyan = 0, Magento = 0.5, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 95 | 157 | - |
| CMYK | 0 | 0.5 | 0.17 | 0.25 |
| HSL | 320.84º | 0.42% | 0.56% | - |
| HSV(B) | 320.84º | 0.5% | 0.75% | - |
| XYZ | 31.41 | 21.57 | 34.41 | - |
| YUV | 130.47 | 142.97 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 95 | 157 | 0 | 0.5 | 0.17 | 0.25 | 320.84 | 0.42 | 0.56 |
| Hex | BE | 5F | 9D | 0 | 32 | 11 | 19 | 141 | 2A | 38 |
| Octal | 276 | 137 | 235 | 0 | 62 | 21 | 31 | 501 | 52 | 70 |
| Binary | 10111110 | 1011111 | 10011101 | 0 | 110010 | 10001 | 11001 | 101000001 | 101010 | 111000 |
Color Harmonies of #BE5F9D
Complementary color
Monochromatic Colors of #BE5F9D
Black with #BE5F9D
Text Example
Text Example
White with #BE5F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5F9D; }
p { color: rgb(190,95,157); }
H1.HeaderClassName
{
color: #BE5F9D;
}
.AnyTagClassName
{
color: #BE5F9D;
}
</style>
background-color css
<style>
a { background-color: #BE5F9D; }
a { background-color: rgb(190,95,157); }
div.DivClassName
{
background-color: #BE5F9D;
}
.BgClassName
{
background-color: #BE5F9D;
}
</style>
border-color css
<style>
span { border-color: #BE5F9D; }
span { border-color: rgb(190,95,157); }
td.TdClassName
{
border-color: #BE5F9D;
}
.TagClassName
{
border-color: #BE5F9D;
}
</style>