Shades of Mulberry #B5469D
Tints of Mulberry #B5469D
RGB
CMYK
RGB Variations
Color information
#B5469D (or 0xB5469D) is known color: Mulberry. HEX triplet: B5, 46 and 9D. RGB value is (181,70,157). Sum of RGB (Red+Green+Blue) = 181+70+157=408 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.36% from 408); Green value is 70 (27.73% from 255 or 17.16% from 408); Blue value is 157 (61.72% from 255 or 38.48% from 408); Max value from RGB is 181 - color contains mainly: red. Hex color #B5469D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5469D is #4AB962. Grayscale: #707070. Windows color (decimal): -4897123 or 10307253. OLE color: 10307253.
HSL color Cylindrical-coordinate representation of color #B5469D: hue angle of 312.97º 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 #B5469D is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 70 | 157 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.29 |
| HSL | 312.97º | 0.44% | 0.49% | - |
| HSV(B) | 312.97º | 0.61% | 0.71% | - |
| XYZ | 27.33 | 16.64 | 33.67 | - |
| YUV | 113.11 | 152.77 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 70 | 157 | 0 | 0.61 | 0.13 | 0.29 | 312.97 | 0.44 | 0.49 |
| Hex | B5 | 46 | 9D | 0 | 3D | D | 1D | 139 | 2C | 31 |
| Octal | 265 | 106 | 235 | 0 | 75 | 15 | 35 | 471 | 54 | 61 |
| Binary | 10110101 | 1000110 | 10011101 | 0 | 111101 | 1101 | 11101 | 100111001 | 101100 | 110001 |
Color Harmonies of #B5469D
Complementary color
Monochromatic Colors of #B5469D
Black with #B5469D
Text Example
Text Example
White with #B5469D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5469D; }
p { color: rgb(181,70,157); }
H1.HeaderClassName
{
color: #B5469D;
}
.AnyTagClassName
{
color: #B5469D;
}
</style>
background-color css
<style>
a { background-color: #B5469D; }
a { background-color: rgb(181,70,157); }
div.DivClassName
{
background-color: #B5469D;
}
.BgClassName
{
background-color: #B5469D;
}
</style>
border-color css
<style>
span { border-color: #B5469D; }
span { border-color: rgb(181,70,157); }
td.TdClassName
{
border-color: #B5469D;
}
.TagClassName
{
border-color: #B5469D;
}
</style>