Shades of Mulberry #B5468B
Tints of Mulberry #B5468B
RGB
CMYK
RGB Variations
Color information
#B5468B (or 0xB5468B) is known color: Mulberry. HEX triplet: B5, 46 and 8B. RGB value is (181,70,139). Sum of RGB (Red+Green+Blue) = 181+70+139=390 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.41% from 390); Green value is 70 (27.73% from 255 or 17.95% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 181 - color contains mainly: red. Hex color #B5468B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5468B is #4AB974. Grayscale: #6E6E6E. Windows color (decimal): -4897141 or 9127605. OLE color: 9127605.
HSL color Cylindrical-coordinate representation of color #B5468B: hue angle of 322.7º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B5468B is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 70 | 139 | - |
| CMYK | 0 | 0.61 | 0.23 | 0.29 |
| HSL | 322.7º | 0.44% | 0.49% | - |
| HSV(B) | 322.7º | 0.61% | 0.71% | - |
| XYZ | 25.91 | 16.07 | 26.16 | - |
| YUV | 111.06 | 143.77 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 70 | 139 | 0 | 0.61 | 0.23 | 0.29 | 322.7 | 0.44 | 0.49 |
| Hex | B5 | 46 | 8B | 0 | 3D | 17 | 1D | 143 | 2C | 31 |
| Octal | 265 | 106 | 213 | 0 | 75 | 27 | 35 | 503 | 54 | 61 |
| Binary | 10110101 | 1000110 | 10001011 | 0 | 111101 | 10111 | 11101 | 101000011 | 101100 | 110001 |
Color Harmonies of #B5468B
Complementary color
Monochromatic Colors of #B5468B
Black with #B5468B
Text Example
Text Example
White with #B5468B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5468B; }
p { color: rgb(181,70,139); }
H1.HeaderClassName
{
color: #B5468B;
}
.AnyTagClassName
{
color: #B5468B;
}
</style>
background-color css
<style>
a { background-color: #B5468B; }
a { background-color: rgb(181,70,139); }
div.DivClassName
{
background-color: #B5468B;
}
.BgClassName
{
background-color: #B5468B;
}
</style>
border-color css
<style>
span { border-color: #B5468B; }
span { border-color: rgb(181,70,139); }
td.TdClassName
{
border-color: #B5468B;
}
.TagClassName
{
border-color: #B5468B;
}
</style>