Shades of Mulberry #B8609B
Tints of Mulberry #B8609B
RGB
CMYK
RGB Variations
Color information
#B8609B (or 0xB8609B) is known color: Mulberry. HEX triplet: B8, 60 and 9B. RGB value is (184,96,155). Sum of RGB (Red+Green+Blue) = 184+96+155=435 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.30% from 435); Green value is 96 (37.89% from 255 or 22.07% from 435); Blue value is 155 (60.94% from 255 or 35.63% from 435); Max value from RGB is 184 - color contains mainly: red. Hex color #B8609B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8609B is #479F64. Grayscale: #808080. Windows color (decimal): -4693861 or 10182840. OLE color: 10182840.
HSL color Cylindrical-coordinate representation of color #B8609B: hue angle of 319.77º 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 #B8609B is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 96 | 155 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.28 |
| HSL | 319.77º | 0.38% | 0.55% | - |
| HSV(B) | 319.77º | 0.48% | 0.72% | - |
| XYZ | 29.87 | 20.92 | 33.47 | - |
| YUV | 129.04 | 142.65 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 96 | 155 | 0 | 0.48 | 0.16 | 0.28 | 319.77 | 0.38 | 0.55 |
| Hex | B8 | 60 | 9B | 0 | 30 | 10 | 1C | 140 | 26 | 37 |
| Octal | 270 | 140 | 233 | 0 | 60 | 20 | 34 | 500 | 46 | 67 |
| Binary | 10111000 | 1100000 | 10011011 | 0 | 110000 | 10000 | 11100 | 101000000 | 100110 | 110111 |
Color Harmonies of #B8609B
Complementary color
Monochromatic Colors of #B8609B
Black with #B8609B
Text Example
Text Example
White with #B8609B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8609B; }
p { color: rgb(184,96,155); }
H1.HeaderClassName
{
color: #B8609B;
}
.AnyTagClassName
{
color: #B8609B;
}
</style>
background-color css
<style>
a { background-color: #B8609B; }
a { background-color: rgb(184,96,155); }
div.DivClassName
{
background-color: #B8609B;
}
.BgClassName
{
background-color: #B8609B;
}
</style>
border-color css
<style>
span { border-color: #B8609B; }
span { border-color: rgb(184,96,155); }
td.TdClassName
{
border-color: #B8609B;
}
.TagClassName
{
border-color: #B8609B;
}
</style>