Shades of Mulberry #BE609B
Tints of Mulberry #BE609B
RGB
CMYK
RGB Variations
Color information
#BE609B (or 0xBE609B) is known color: Mulberry. HEX triplet: BE, 60 and 9B. RGB value is (190,96,155). Sum of RGB (Red+Green+Blue) = 190+96+155=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 96 (37.89% from 255 or 21.77% from 441); Blue value is 155 (60.94% from 255 or 35.15% from 441); Max value from RGB is 190 - color contains mainly: red. Hex color #BE609B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE609B is #419F64. Grayscale: #828282. Windows color (decimal): -4300645 or 10182846. OLE color: 10182846.
HSL color Cylindrical-coordinate representation of color #BE609B: hue angle of 322.34º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BE609B is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 96 | 155 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.25 |
| HSL | 322.34º | 0.42% | 0.56% | - |
| HSV(B) | 322.34º | 0.49% | 0.75% | - |
| XYZ | 31.33 | 21.68 | 33.54 | - |
| YUV | 130.83 | 141.64 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 96 | 155 | 0 | 0.49 | 0.18 | 0.25 | 322.34 | 0.42 | 0.56 |
| Hex | BE | 60 | 9B | 0 | 31 | 12 | 19 | 142 | 2A | 38 |
| Octal | 276 | 140 | 233 | 0 | 61 | 22 | 31 | 502 | 52 | 70 |
| Binary | 10111110 | 1100000 | 10011011 | 0 | 110001 | 10010 | 11001 | 101000010 | 101010 | 111000 |
Color Harmonies of #BE609B
Complementary color
Monochromatic Colors of #BE609B
Black with #BE609B
Text Example
Text Example
White with #BE609B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE609B; }
p { color: rgb(190,96,155); }
H1.HeaderClassName
{
color: #BE609B;
}
.AnyTagClassName
{
color: #BE609B;
}
</style>
background-color css
<style>
a { background-color: #BE609B; }
a { background-color: rgb(190,96,155); }
div.DivClassName
{
background-color: #BE609B;
}
.BgClassName
{
background-color: #BE609B;
}
</style>
border-color css
<style>
span { border-color: #BE609B; }
span { border-color: rgb(190,96,155); }
td.TdClassName
{
border-color: #BE609B;
}
.TagClassName
{
border-color: #BE609B;
}
</style>