Shades of Mulberry #B8629D
Tints of Mulberry #B8629D
RGB
CMYK
RGB Variations
Color information
#B8629D (or 0xB8629D) is known color: Mulberry. HEX triplet: B8, 62 and 9D. RGB value is (184,98,157). Sum of RGB (Red+Green+Blue) = 184+98+157=439 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.91% from 439); Green value is 98 (38.67% from 255 or 22.32% from 439); Blue value is 157 (61.72% from 255 or 35.76% from 439); Max value from RGB is 184 - color contains mainly: red. Hex color #B8629D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8629D is #479D62. Grayscale: #828282. Windows color (decimal): -4693347 or 10314424. OLE color: 10314424.
HSL color Cylindrical-coordinate representation of color #B8629D: hue angle of 318.84º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B8629D is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 98 | 157 | - |
| CMYK | 0 | 0.47 | 0.15 | 0.28 |
| HSL | 318.84º | 0.38% | 0.55% | - |
| HSV(B) | 318.84º | 0.47% | 0.72% | - |
| XYZ | 30.22 | 21.36 | 34.43 | - |
| YUV | 130.44 | 142.99 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 98 | 157 | 0 | 0.47 | 0.15 | 0.28 | 318.84 | 0.38 | 0.55 |
| Hex | B8 | 62 | 9D | 0 | 2F | F | 1C | 13F | 26 | 37 |
| Octal | 270 | 142 | 235 | 0 | 57 | 17 | 34 | 477 | 46 | 67 |
| Binary | 10111000 | 1100010 | 10011101 | 0 | 101111 | 1111 | 11100 | 100111111 | 100110 | 110111 |
Color Harmonies of #B8629D
Complementary color
Monochromatic Colors of #B8629D
Black with #B8629D
Text Example
Text Example
White with #B8629D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8629D; }
p { color: rgb(184,98,157); }
H1.HeaderClassName
{
color: #B8629D;
}
.AnyTagClassName
{
color: #B8629D;
}
</style>
background-color css
<style>
a { background-color: #B8629D; }
a { background-color: rgb(184,98,157); }
div.DivClassName
{
background-color: #B8629D;
}
.BgClassName
{
background-color: #B8629D;
}
</style>
border-color css
<style>
span { border-color: #B8629D; }
span { border-color: rgb(184,98,157); }
td.TdClassName
{
border-color: #B8629D;
}
.TagClassName
{
border-color: #B8629D;
}
</style>