Shades of Mulberry #B4468B
Tints of Mulberry #B4468B
RGB
CMYK
RGB Variations
Color information
#B4468B (or 0xB4468B) is known color: Mulberry. HEX triplet: B4, 46 and 8B. RGB value is (180,70,139). Sum of RGB (Red+Green+Blue) = 180+70+139=389 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.27% from 389); Green value is 70 (27.73% from 255 or 17.99% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 180 - color contains mainly: red. Hex color #B4468B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4468B is #4BB974. Grayscale: #6E6E6E. Windows color (decimal): -4962677 or 9127604. OLE color: 9127604.
HSL color Cylindrical-coordinate representation of color #B4468B: hue angle of 322.36º 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 #B4468B is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 70 | 139 | - |
| CMYK | 0 | 0.61 | 0.23 | 0.29 |
| HSL | 322.36º | 0.44% | 0.49% | - |
| HSV(B) | 322.36º | 0.61% | 0.71% | - |
| XYZ | 25.67 | 15.95 | 26.15 | - |
| YUV | 110.76 | 143.94 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 70 | 139 | 0 | 0.61 | 0.23 | 0.29 | 322.36 | 0.44 | 0.49 |
| Hex | B4 | 46 | 8B | 0 | 3D | 17 | 1D | 142 | 2C | 31 |
| Octal | 264 | 106 | 213 | 0 | 75 | 27 | 35 | 502 | 54 | 61 |
| Binary | 10110100 | 1000110 | 10001011 | 0 | 111101 | 10111 | 11101 | 101000010 | 101100 | 110001 |
Color Harmonies of #B4468B
Complementary color
Monochromatic Colors of #B4468B
Black with #B4468B
Text Example
Text Example
White with #B4468B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4468B; }
p { color: rgb(180,70,139); }
H1.HeaderClassName
{
color: #B4468B;
}
.AnyTagClassName
{
color: #B4468B;
}
</style>
background-color css
<style>
a { background-color: #B4468B; }
a { background-color: rgb(180,70,139); }
div.DivClassName
{
background-color: #B4468B;
}
.BgClassName
{
background-color: #B4468B;
}
</style>
border-color css
<style>
span { border-color: #B4468B; }
span { border-color: rgb(180,70,139); }
td.TdClassName
{
border-color: #B4468B;
}
.TagClassName
{
border-color: #B4468B;
}
</style>