Shades of Mulberry #B8639B
Tints of Mulberry #B8639B
RGB
CMYK
RGB Variations
Color information
#B8639B (or 0xB8639B) is known color: Mulberry. HEX triplet: B8, 63 and 9B. RGB value is (184,99,155). Sum of RGB (Red+Green+Blue) = 184+99+155=438 (58% of max value = 765). Red value is 184 (72.27% from 255 or 42.01% from 438); Green value is 99 (39.06% from 255 or 22.60% from 438); Blue value is 155 (60.94% from 255 or 35.39% from 438); Max value from RGB is 184 - color contains mainly: red. Hex color #B8639B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8639B is #479C64. Grayscale: #828282. Windows color (decimal): -4693093 or 10183608. OLE color: 10183608.
HSL color Cylindrical-coordinate representation of color #B8639B: hue angle of 320.47º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B8639B is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 99 | 155 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.28 |
| HSL | 320.47º | 0.37% | 0.55% | - |
| HSV(B) | 320.47º | 0.46% | 0.72% | - |
| XYZ | 30.15 | 21.48 | 33.57 | - |
| YUV | 130.8 | 141.66 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 99 | 155 | 0 | 0.46 | 0.16 | 0.28 | 320.47 | 0.37 | 0.55 |
| Hex | B8 | 63 | 9B | 0 | 2E | 10 | 1C | 140 | 25 | 37 |
| Octal | 270 | 143 | 233 | 0 | 56 | 20 | 34 | 500 | 45 | 67 |
| Binary | 10111000 | 1100011 | 10011011 | 0 | 101110 | 10000 | 11100 | 101000000 | 100101 | 110111 |
Color Harmonies of #B8639B
Complementary color
Monochromatic Colors of #B8639B
Black with #B8639B
Text Example
Text Example
White with #B8639B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8639B; }
p { color: rgb(184,99,155); }
H1.HeaderClassName
{
color: #B8639B;
}
.AnyTagClassName
{
color: #B8639B;
}
</style>
background-color css
<style>
a { background-color: #B8639B; }
a { background-color: rgb(184,99,155); }
div.DivClassName
{
background-color: #B8639B;
}
.BgClassName
{
background-color: #B8639B;
}
</style>
border-color css
<style>
span { border-color: #B8639B; }
span { border-color: rgb(184,99,155); }
td.TdClassName
{
border-color: #B8639B;
}
.TagClassName
{
border-color: #B8639B;
}
</style>