Shades of Mulberry #B8609E
Tints of Mulberry #B8609E
RGB
CMYK
RGB Variations
Color information
#B8609E (or 0xB8609E) is known color: Mulberry. HEX triplet: B8, 60 and 9E. RGB value is (184,96,158). Sum of RGB (Red+Green+Blue) = 184+96+158=438 (58% of max value = 765). Red value is 184 (72.27% from 255 or 42.01% from 438); Green value is 96 (37.89% from 255 or 21.92% from 438); Blue value is 158 (62.11% from 255 or 36.07% from 438); Max value from RGB is 184 - color contains mainly: red. Hex color #B8609E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8609E is #479F61. Grayscale: #818181. Windows color (decimal): -4693858 or 10379448. OLE color: 10379448.
HSL color Cylindrical-coordinate representation of color #B8609E: hue angle of 317.73º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B8609E is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 96 | 158 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.28 |
| HSL | 317.73º | 0.38% | 0.55% | - |
| HSV(B) | 317.73º | 0.48% | 0.72% | - |
| XYZ | 30.12 | 21.02 | 34.82 | - |
| YUV | 129.38 | 144.15 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 96 | 158 | 0 | 0.48 | 0.14 | 0.28 | 317.73 | 0.38 | 0.55 |
| Hex | B8 | 60 | 9E | 0 | 30 | E | 1C | 13E | 26 | 37 |
| Octal | 270 | 140 | 236 | 0 | 60 | 16 | 34 | 476 | 46 | 67 |
| Binary | 10111000 | 1100000 | 10011110 | 0 | 110000 | 1110 | 11100 | 100111110 | 100110 | 110111 |
Color Harmonies of #B8609E
Complementary color
Monochromatic Colors of #B8609E
Black with #B8609E
Text Example
Text Example
White with #B8609E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8609E; }
p { color: rgb(184,96,158); }
H1.HeaderClassName
{
color: #B8609E;
}
.AnyTagClassName
{
color: #B8609E;
}
</style>
background-color css
<style>
a { background-color: #B8609E; }
a { background-color: rgb(184,96,158); }
div.DivClassName
{
background-color: #B8609E;
}
.BgClassName
{
background-color: #B8609E;
}
</style>
border-color css
<style>
span { border-color: #B8609E; }
span { border-color: rgb(184,96,158); }
td.TdClassName
{
border-color: #B8609E;
}
.TagClassName
{
border-color: #B8609E;
}
</style>