Shades of Mulberry #B5439B
Tints of Mulberry #B5439B
RGB
CMYK
RGB Variations
Color information
#B5439B (or 0xB5439B) is known color: Mulberry. HEX triplet: B5, 43 and 9B. RGB value is (181,67,155). Sum of RGB (Red+Green+Blue) = 181+67+155=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 67 (26.56% from 255 or 16.63% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 181 - color contains mainly: red. Hex color #B5439B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5439B is #4ABC64. Grayscale: #6E6E6E. Windows color (decimal): -4897893 or 10175413. OLE color: 10175413.
HSL color Cylindrical-coordinate representation of color #B5439B: hue angle of 313.68º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B5439B is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 67 | 155 | - |
| CMYK | 0 | 0.63 | 0.14 | 0.29 |
| HSL | 313.68º | 0.46% | 0.49% | - |
| HSV(B) | 313.68º | 0.63% | 0.71% | - |
| XYZ | 26.98 | 16.2 | 32.72 | - |
| YUV | 111.12 | 152.77 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 67 | 155 | 0 | 0.63 | 0.14 | 0.29 | 313.68 | 0.46 | 0.49 |
| Hex | B5 | 43 | 9B | 0 | 3F | E | 1D | 13A | 2E | 31 |
| Octal | 265 | 103 | 233 | 0 | 77 | 16 | 35 | 472 | 56 | 61 |
| Binary | 10110101 | 1000011 | 10011011 | 0 | 111111 | 1110 | 11101 | 100111010 | 101110 | 110001 |
Color Harmonies of #B5439B
Complementary color
Monochromatic Colors of #B5439B
Black with #B5439B
Text Example
Text Example
White with #B5439B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5439B; }
p { color: rgb(181,67,155); }
H1.HeaderClassName
{
color: #B5439B;
}
.AnyTagClassName
{
color: #B5439B;
}
</style>
background-color css
<style>
a { background-color: #B5439B; }
a { background-color: rgb(181,67,155); }
div.DivClassName
{
background-color: #B5439B;
}
.BgClassName
{
background-color: #B5439B;
}
</style>
border-color css
<style>
span { border-color: #B5439B; }
span { border-color: rgb(181,67,155); }
td.TdClassName
{
border-color: #B5439B;
}
.TagClassName
{
border-color: #B5439B;
}
</style>