Shades of Mulberry #B5458B
Tints of Mulberry #B5458B
RGB
CMYK
RGB Variations
Color information
#B5458B (or 0xB5458B) is known color: Mulberry. HEX triplet: B5, 45 and 8B. RGB value is (181,69,139). Sum of RGB (Red+Green+Blue) = 181+69+139=389 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.53% from 389); Green value is 69 (27.34% from 255 or 17.74% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 181 - color contains mainly: red. Hex color #B5458B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5458B is #4ABA74. Grayscale: #6E6E6E. Windows color (decimal): -4897397 or 9127349. OLE color: 9127349.
HSL color Cylindrical-coordinate representation of color #B5458B: hue angle of 322.5º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B5458B is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 69 | 139 | - |
| CMYK | 0 | 0.62 | 0.23 | 0.29 |
| HSL | 322.5º | 0.45% | 0.49% | - |
| HSV(B) | 322.5º | 0.62% | 0.71% | - |
| XYZ | 25.84 | 15.94 | 26.14 | - |
| YUV | 110.47 | 144.11 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 69 | 139 | 0 | 0.62 | 0.23 | 0.29 | 322.5 | 0.45 | 0.49 |
| Hex | B5 | 45 | 8B | 0 | 3E | 17 | 1D | 142 | 2D | 31 |
| Octal | 265 | 105 | 213 | 0 | 76 | 27 | 35 | 502 | 55 | 61 |
| Binary | 10110101 | 1000101 | 10001011 | 0 | 111110 | 10111 | 11101 | 101000010 | 101101 | 110001 |
Color Harmonies of #B5458B
Complementary color
Monochromatic Colors of #B5458B
Black with #B5458B
Text Example
Text Example
White with #B5458B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5458B; }
p { color: rgb(181,69,139); }
H1.HeaderClassName
{
color: #B5458B;
}
.AnyTagClassName
{
color: #B5458B;
}
</style>
background-color css
<style>
a { background-color: #B5458B; }
a { background-color: rgb(181,69,139); }
div.DivClassName
{
background-color: #B5458B;
}
.BgClassName
{
background-color: #B5458B;
}
</style>
border-color css
<style>
span { border-color: #B5458B; }
span { border-color: rgb(181,69,139); }
td.TdClassName
{
border-color: #B5458B;
}
.TagClassName
{
border-color: #B5458B;
}
</style>