Shades of Mulberry #B65487
Tints of Mulberry #B65487
RGB
CMYK
RGB Variations
Color information
#B65487 (or 0xB65487) is known color: Mulberry. HEX triplet: B6, 54 and 87. RGB value is (182,84,135). Sum of RGB (Red+Green+Blue) = 182+84+135=401 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.39% from 401); Green value is 84 (33.20% from 255 or 20.95% from 401); Blue value is 135 (53.12% from 255 or 33.67% from 401); Max value from RGB is 182 - color contains mainly: red. Hex color #B65487 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65487 is #49AB78. Grayscale: #777777. Windows color (decimal): -4828025 or 8869046. OLE color: 8869046.
HSL color Cylindrical-coordinate representation of color #B65487: hue angle of 328.78º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B65487 is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 84 | 135 | - |
| CMYK | 0 | 0.54 | 0.26 | 0.29 |
| HSL | 328.78º | 0.4% | 0.52% | - |
| HSV(B) | 328.78º | 0.54% | 0.71% | - |
| XYZ | 26.83 | 18.04 | 24.99 | - |
| YUV | 119.12 | 136.97 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 84 | 135 | 0 | 0.54 | 0.26 | 0.29 | 328.78 | 0.4 | 0.52 |
| Hex | B6 | 54 | 87 | 0 | 36 | 1A | 1D | 149 | 28 | 34 |
| Octal | 266 | 124 | 207 | 0 | 66 | 32 | 35 | 511 | 50 | 64 |
| Binary | 10110110 | 1010100 | 10000111 | 0 | 110110 | 11010 | 11101 | 101001001 | 101000 | 110100 |
Color Harmonies of #B65487
Complementary color
Monochromatic Colors of #B65487
Black with #B65487
Text Example
Text Example
White with #B65487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65487; }
p { color: rgb(182,84,135); }
H1.HeaderClassName
{
color: #B65487;
}
.AnyTagClassName
{
color: #B65487;
}
</style>
background-color css
<style>
a { background-color: #B65487; }
a { background-color: rgb(182,84,135); }
div.DivClassName
{
background-color: #B65487;
}
.BgClassName
{
background-color: #B65487;
}
</style>
border-color css
<style>
span { border-color: #B65487; }
span { border-color: rgb(182,84,135); }
td.TdClassName
{
border-color: #B65487;
}
.TagClassName
{
border-color: #B65487;
}
</style>