Shades of Mulberry #B9439B
Tints of Mulberry #B9439B
RGB
CMYK
RGB Variations
Color information
#B9439B (or 0xB9439B) is known color: Mulberry. HEX triplet: B9, 43 and 9B. RGB value is (185,67,155). Sum of RGB (Red+Green+Blue) = 185+67+155=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 67 (26.56% from 255 or 16.46% from 407); Blue value is 155 (60.94% from 255 or 38.08% from 407); Max value from RGB is 185 - color contains mainly: red. Hex color #B9439B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9439B is #46BC64. Grayscale: #707070. Windows color (decimal): -4635749 or 10175417. OLE color: 10175417.
HSL color Cylindrical-coordinate representation of color #B9439B: hue angle of 315.25º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B9439B is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 67 | 155 | - |
| CMYK | 0 | 0.64 | 0.16 | 0.27 |
| HSL | 315.25º | 0.47% | 0.49% | - |
| HSV(B) | 315.25º | 0.64% | 0.73% | - |
| XYZ | 27.93 | 16.7 | 32.76 | - |
| YUV | 112.31 | 152.09 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 67 | 155 | 0 | 0.64 | 0.16 | 0.27 | 315.25 | 0.47 | 0.49 |
| Hex | B9 | 43 | 9B | 0 | 40 | 10 | 1B | 13B | 2F | 31 |
| Octal | 271 | 103 | 233 | 0 | 100 | 20 | 33 | 473 | 57 | 61 |
| Binary | 10111001 | 1000011 | 10011011 | 0 | 1000000 | 10000 | 11011 | 100111011 | 101111 | 110001 |
Color Harmonies of #B9439B
Complementary color
Monochromatic Colors of #B9439B
Black with #B9439B
Text Example
Text Example
White with #B9439B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9439B; }
p { color: rgb(185,67,155); }
H1.HeaderClassName
{
color: #B9439B;
}
.AnyTagClassName
{
color: #B9439B;
}
</style>
background-color css
<style>
a { background-color: #B9439B; }
a { background-color: rgb(185,67,155); }
div.DivClassName
{
background-color: #B9439B;
}
.BgClassName
{
background-color: #B9439B;
}
</style>
border-color css
<style>
span { border-color: #B9439B; }
span { border-color: rgb(185,67,155); }
td.TdClassName
{
border-color: #B9439B;
}
.TagClassName
{
border-color: #B9439B;
}
</style>