Shades of Mulberry #BE5C9C
Tints of Mulberry #BE5C9C
RGB
CMYK
RGB Variations
Color information
#BE5C9C (or 0xBE5C9C) is known color: Mulberry. HEX triplet: BE, 5C and 9C. RGB value is (190,92,156). Sum of RGB (Red+Green+Blue) = 190+92+156=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 92 (36.33% from 255 or 21.00% from 438); Blue value is 156 (61.33% from 255 or 35.62% from 438); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5C9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5C9C is #41A363. Grayscale: #808080. Windows color (decimal): -4301668 or 10247358. OLE color: 10247358.
HSL color Cylindrical-coordinate representation of color #BE5C9C: hue angle of 320.82º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BE5C9C is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 92 | 156 | - |
| CMYK | 0 | 0.52 | 0.18 | 0.25 |
| HSL | 320.82º | 0.43% | 0.55% | - |
| HSV(B) | 320.82º | 0.52% | 0.75% | - |
| XYZ | 31.06 | 21 | 33.87 | - |
| YUV | 128.6 | 143.47 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 92 | 156 | 0 | 0.52 | 0.18 | 0.25 | 320.82 | 0.43 | 0.55 |
| Hex | BE | 5C | 9C | 0 | 34 | 12 | 19 | 141 | 2B | 37 |
| Octal | 276 | 134 | 234 | 0 | 64 | 22 | 31 | 501 | 53 | 67 |
| Binary | 10111110 | 1011100 | 10011100 | 0 | 110100 | 10010 | 11001 | 101000001 | 101011 | 110111 |
Color Harmonies of #BE5C9C
Complementary color
Monochromatic Colors of #BE5C9C
Black with #BE5C9C
Text Example
Text Example
White with #BE5C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5C9C; }
p { color: rgb(190,92,156); }
H1.HeaderClassName
{
color: #BE5C9C;
}
.AnyTagClassName
{
color: #BE5C9C;
}
</style>
background-color css
<style>
a { background-color: #BE5C9C; }
a { background-color: rgb(190,92,156); }
div.DivClassName
{
background-color: #BE5C9C;
}
.BgClassName
{
background-color: #BE5C9C;
}
</style>
border-color css
<style>
span { border-color: #BE5C9C; }
span { border-color: rgb(190,92,156); }
td.TdClassName
{
border-color: #BE5C9C;
}
.TagClassName
{
border-color: #BE5C9C;
}
</style>