Shades of Mulberry #B9619B
Tints of Mulberry #B9619B
RGB
CMYK
RGB Variations
Color information
#B9619B (or 0xB9619B) is known color: Mulberry. HEX triplet: B9, 61 and 9B. RGB value is (185,97,155). Sum of RGB (Red+Green+Blue) = 185+97+155=437 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.33% from 437); Green value is 97 (38.28% from 255 or 22.20% from 437); Blue value is 155 (60.94% from 255 or 35.47% from 437); Max value from RGB is 185 - color contains mainly: red. Hex color #B9619B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9619B is #469E64. Grayscale: #818181. Windows color (decimal): -4628069 or 10183097. OLE color: 10183097.
HSL color Cylindrical-coordinate representation of color #B9619B: hue angle of 320.45º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B9619B is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 97 | 155 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.27 |
| HSL | 320.45º | 0.39% | 0.55% | - |
| HSV(B) | 320.45º | 0.48% | 0.73% | - |
| XYZ | 30.2 | 21.23 | 33.52 | - |
| YUV | 129.92 | 142.15 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 97 | 155 | 0 | 0.48 | 0.16 | 0.27 | 320.45 | 0.39 | 0.55 |
| Hex | B9 | 61 | 9B | 0 | 30 | 10 | 1B | 140 | 27 | 37 |
| Octal | 271 | 141 | 233 | 0 | 60 | 20 | 33 | 500 | 47 | 67 |
| Binary | 10111001 | 1100001 | 10011011 | 0 | 110000 | 10000 | 11011 | 101000000 | 100111 | 110111 |
Color Harmonies of #B9619B
Complementary color
Monochromatic Colors of #B9619B
Black with #B9619B
Text Example
Text Example
White with #B9619B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9619B; }
p { color: rgb(185,97,155); }
H1.HeaderClassName
{
color: #B9619B;
}
.AnyTagClassName
{
color: #B9619B;
}
</style>
background-color css
<style>
a { background-color: #B9619B; }
a { background-color: rgb(185,97,155); }
div.DivClassName
{
background-color: #B9619B;
}
.BgClassName
{
background-color: #B9619B;
}
</style>
border-color css
<style>
span { border-color: #B9619B; }
span { border-color: rgb(185,97,155); }
td.TdClassName
{
border-color: #B9619B;
}
.TagClassName
{
border-color: #B9619B;
}
</style>