Shades of Mulberry #B8619B
Tints of Mulberry #B8619B
RGB
CMYK
RGB Variations
Color information
#B8619B (or 0xB8619B) is known color: Mulberry. HEX triplet: B8, 61 and 9B. RGB value is (184,97,155). Sum of RGB (Red+Green+Blue) = 184+97+155=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 97 (38.28% from 255 or 22.25% from 436); Blue value is 155 (60.94% from 255 or 35.55% from 436); Max value from RGB is 184 - color contains mainly: red. Hex color #B8619B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8619B is #479E64. Grayscale: #818181. Windows color (decimal): -4693605 or 10183096. OLE color: 10183096.
HSL color Cylindrical-coordinate representation of color #B8619B: hue angle of 320º 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 #B8619B is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 97 | 155 | - |
| CMYK | 0 | 0.47 | 0.16 | 0.28 |
| HSL | 320º | 0.38% | 0.55% | - |
| HSV(B) | 320º | 0.47% | 0.72% | - |
| XYZ | 29.96 | 21.11 | 33.51 | - |
| YUV | 129.63 | 142.32 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 97 | 155 | 0 | 0.47 | 0.16 | 0.28 | 320 | 0.38 | 0.55 |
| Hex | B8 | 61 | 9B | 0 | 2F | 10 | 1C | 140 | 26 | 37 |
| Octal | 270 | 141 | 233 | 0 | 57 | 20 | 34 | 500 | 46 | 67 |
| Binary | 10111000 | 1100001 | 10011011 | 0 | 101111 | 10000 | 11100 | 101000000 | 100110 | 110111 |
Color Harmonies of #B8619B
Complementary color
Monochromatic Colors of #B8619B
Black with #B8619B
Text Example
Text Example
White with #B8619B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8619B; }
p { color: rgb(184,97,155); }
H1.HeaderClassName
{
color: #B8619B;
}
.AnyTagClassName
{
color: #B8619B;
}
</style>
background-color css
<style>
a { background-color: #B8619B; }
a { background-color: rgb(184,97,155); }
div.DivClassName
{
background-color: #B8619B;
}
.BgClassName
{
background-color: #B8619B;
}
</style>
border-color css
<style>
span { border-color: #B8619B; }
span { border-color: rgb(184,97,155); }
td.TdClassName
{
border-color: #B8619B;
}
.TagClassName
{
border-color: #B8619B;
}
</style>