Shades of Mulberry #B5608F
Tints of Mulberry #B5608F
RGB
CMYK
RGB Variations
Color information
#B5608F (or 0xB5608F) is known color: Mulberry. HEX triplet: B5, 60 and 8F. RGB value is (181,96,143). Sum of RGB (Red+Green+Blue) = 181+96+143=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 96 (37.89% from 255 or 22.86% from 420); Blue value is 143 (56.25% from 255 or 34.05% from 420); Max value from RGB is 181 - color contains mainly: red. Hex color #B5608F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5608F is #4A9F70. Grayscale: #7E7E7E. Windows color (decimal): -4890481 or 9396405. OLE color: 9396405.
HSL color Cylindrical-coordinate representation of color #B5608F: hue angle of 326.82º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B5608F is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 96 | 143 | - |
| CMYK | 0 | 0.47 | 0.21 | 0.29 |
| HSL | 326.82º | 0.36% | 0.54% | - |
| HSV(B) | 326.82º | 0.47% | 0.71% | - |
| XYZ | 28.2 | 20.17 | 28.39 | - |
| YUV | 126.77 | 137.16 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 96 | 143 | 0 | 0.47 | 0.21 | 0.29 | 326.82 | 0.36 | 0.54 |
| Hex | B5 | 60 | 8F | 0 | 2F | 15 | 1D | 147 | 24 | 36 |
| Octal | 265 | 140 | 217 | 0 | 57 | 25 | 35 | 507 | 44 | 66 |
| Binary | 10110101 | 1100000 | 10001111 | 0 | 101111 | 10101 | 11101 | 101000111 | 100100 | 110110 |
Color Harmonies of #B5608F
Complementary color
Monochromatic Colors of #B5608F
Black with #B5608F
Text Example
Text Example
White with #B5608F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5608F; }
p { color: rgb(181,96,143); }
H1.HeaderClassName
{
color: #B5608F;
}
.AnyTagClassName
{
color: #B5608F;
}
</style>
background-color css
<style>
a { background-color: #B5608F; }
a { background-color: rgb(181,96,143); }
div.DivClassName
{
background-color: #B5608F;
}
.BgClassName
{
background-color: #B5608F;
}
</style>
border-color css
<style>
span { border-color: #B5608F; }
span { border-color: rgb(181,96,143); }
td.TdClassName
{
border-color: #B5608F;
}
.TagClassName
{
border-color: #B5608F;
}
</style>