Shades of Mulberry #B3468C
Tints of Mulberry #B3468C
RGB
CMYK
RGB Variations
Color information
#B3468C (or 0xB3468C) is known color: Mulberry. HEX triplet: B3, 46 and 8C. RGB value is (179,70,140). Sum of RGB (Red+Green+Blue) = 179+70+140=389 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.02% from 389); Green value is 70 (27.73% from 255 or 17.99% from 389); Blue value is 140 (55.08% from 255 or 35.99% from 389); Max value from RGB is 179 - color contains mainly: red. Hex color #B3468C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3468C is #4CB973. Grayscale: #6E6E6E. Windows color (decimal): -5028212 or 9193139. OLE color: 9193139.
HSL color Cylindrical-coordinate representation of color #B3468C: hue angle of 321.47º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B3468C is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 70 | 140 | - |
| CMYK | 0 | 0.61 | 0.22 | 0.30 |
| HSL | 321.47º | 0.44% | 0.49% | - |
| HSV(B) | 321.47º | 0.61% | 0.7% | - |
| XYZ | 25.51 | 15.86 | 26.53 | - |
| YUV | 110.57 | 144.61 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 70 | 140 | 0 | 0.61 | 0.22 | 0.30 | 321.47 | 0.44 | 0.49 |
| Hex | B3 | 46 | 8C | 0 | 3D | 16 | 1E | 141 | 2C | 31 |
| Octal | 263 | 106 | 214 | 0 | 75 | 26 | 36 | 501 | 54 | 61 |
| Binary | 10110011 | 1000110 | 10001100 | 0 | 111101 | 10110 | 11110 | 101000001 | 101100 | 110001 |
Color Harmonies of #B3468C
Complementary color
Monochromatic Colors of #B3468C
Black with #B3468C
Text Example
Text Example
White with #B3468C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3468C; }
p { color: rgb(179,70,140); }
H1.HeaderClassName
{
color: #B3468C;
}
.AnyTagClassName
{
color: #B3468C;
}
</style>
background-color css
<style>
a { background-color: #B3468C; }
a { background-color: rgb(179,70,140); }
div.DivClassName
{
background-color: #B3468C;
}
.BgClassName
{
background-color: #B3468C;
}
</style>
border-color css
<style>
span { border-color: #B3468C; }
span { border-color: rgb(179,70,140); }
td.TdClassName
{
border-color: #B3468C;
}
.TagClassName
{
border-color: #B3468C;
}
</style>