Shades of Mulberry #B8619E
Tints of Mulberry #B8619E
RGB
CMYK
RGB Variations
Color information
#B8619E (or 0xB8619E) is known color: Mulberry. HEX triplet: B8, 61 and 9E. RGB value is (184,97,158). Sum of RGB (Red+Green+Blue) = 184+97+158=439 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.91% from 439); Green value is 97 (38.28% from 255 or 22.10% from 439); Blue value is 158 (62.11% from 255 or 35.99% from 439); Max value from RGB is 184 - color contains mainly: red. Hex color #B8619E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8619E is #479E61. Grayscale: #818181. Windows color (decimal): -4693602 or 10379704. OLE color: 10379704.
HSL color Cylindrical-coordinate representation of color #B8619E: hue angle of 317.93º 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 #B8619E is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 97 | 158 | - |
| CMYK | 0 | 0.47 | 0.14 | 0.28 |
| HSL | 317.93º | 0.38% | 0.55% | - |
| HSV(B) | 317.93º | 0.47% | 0.72% | - |
| XYZ | 30.21 | 21.21 | 34.85 | - |
| YUV | 129.97 | 143.82 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 97 | 158 | 0 | 0.47 | 0.14 | 0.28 | 317.93 | 0.38 | 0.55 |
| Hex | B8 | 61 | 9E | 0 | 2F | E | 1C | 13E | 26 | 37 |
| Octal | 270 | 141 | 236 | 0 | 57 | 16 | 34 | 476 | 46 | 67 |
| Binary | 10111000 | 1100001 | 10011110 | 0 | 101111 | 1110 | 11100 | 100111110 | 100110 | 110111 |
Color Harmonies of #B8619E
Complementary color
Monochromatic Colors of #B8619E
Black with #B8619E
Text Example
Text Example
White with #B8619E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8619E; }
p { color: rgb(184,97,158); }
H1.HeaderClassName
{
color: #B8619E;
}
.AnyTagClassName
{
color: #B8619E;
}
</style>
background-color css
<style>
a { background-color: #B8619E; }
a { background-color: rgb(184,97,158); }
div.DivClassName
{
background-color: #B8619E;
}
.BgClassName
{
background-color: #B8619E;
}
</style>
border-color css
<style>
span { border-color: #B8619E; }
span { border-color: rgb(184,97,158); }
td.TdClassName
{
border-color: #B8619E;
}
.TagClassName
{
border-color: #B8619E;
}
</style>