Shades of Mulberry #B4469A
Tints of Mulberry #B4469A
RGB
CMYK
RGB Variations
Color information
#B4469A (or 0xB4469A) is known color: Mulberry. HEX triplet: B4, 46 and 9A. RGB value is (180,70,154). Sum of RGB (Red+Green+Blue) = 180+70+154=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 70 (27.73% from 255 or 17.33% from 404); Blue value is 154 (60.55% from 255 or 38.12% from 404); Max value from RGB is 180 - color contains mainly: red. Hex color #B4469A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4469A is #4BB965. Grayscale: #707070. Windows color (decimal): -4962662 or 10110644. OLE color: 10110644.
HSL color Cylindrical-coordinate representation of color #B4469A: hue angle of 314.18º 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 #B4469A is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 70 | 154 | - |
| CMYK | 0 | 0.61 | 0.14 | 0.29 |
| HSL | 314.18º | 0.44% | 0.49% | - |
| HSV(B) | 314.18º | 0.61% | 0.71% | - |
| XYZ | 26.85 | 16.42 | 32.33 | - |
| YUV | 112.47 | 151.44 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 70 | 154 | 0 | 0.61 | 0.14 | 0.29 | 314.18 | 0.44 | 0.49 |
| Hex | B4 | 46 | 9A | 0 | 3D | E | 1D | 13A | 2C | 31 |
| Octal | 264 | 106 | 232 | 0 | 75 | 16 | 35 | 472 | 54 | 61 |
| Binary | 10110100 | 1000110 | 10011010 | 0 | 111101 | 1110 | 11101 | 100111010 | 101100 | 110001 |
Color Harmonies of #B4469A
Complementary color
Monochromatic Colors of #B4469A
Black with #B4469A
Text Example
Text Example
White with #B4469A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4469A; }
p { color: rgb(180,70,154); }
H1.HeaderClassName
{
color: #B4469A;
}
.AnyTagClassName
{
color: #B4469A;
}
</style>
background-color css
<style>
a { background-color: #B4469A; }
a { background-color: rgb(180,70,154); }
div.DivClassName
{
background-color: #B4469A;
}
.BgClassName
{
background-color: #B4469A;
}
</style>
border-color css
<style>
span { border-color: #B4469A; }
span { border-color: rgb(180,70,154); }
td.TdClassName
{
border-color: #B4469A;
}
.TagClassName
{
border-color: #B4469A;
}
</style>