Shades of Mulberry #B3568B
Tints of Mulberry #B3568B
RGB
CMYK
RGB Variations
Color information
#B3568B (or 0xB3568B) is known color: Mulberry. HEX triplet: B3, 56 and 8B. RGB value is (179,86,139). Sum of RGB (Red+Green+Blue) = 179+86+139=404 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.31% from 404); Green value is 86 (33.98% from 255 or 21.29% from 404); Blue value is 139 (54.69% from 255 or 34.41% from 404); Max value from RGB is 179 - color contains mainly: red. Hex color #B3568B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3568B is #4CA974. Grayscale: #777777. Windows color (decimal): -5024117 or 9131699. OLE color: 9131699.
HSL color Cylindrical-coordinate representation of color #B3568B: hue angle of 325.81º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B3568B is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 86 | 139 | - |
| CMYK | 0 | 0.52 | 0.22 | 0.30 |
| HSL | 325.81º | 0.38% | 0.52% | - |
| HSV(B) | 325.81º | 0.52% | 0.7% | - |
| XYZ | 26.58 | 18.1 | 26.52 | - |
| YUV | 119.85 | 138.81 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 86 | 139 | 0 | 0.52 | 0.22 | 0.30 | 325.81 | 0.38 | 0.52 |
| Hex | B3 | 56 | 8B | 0 | 34 | 16 | 1E | 146 | 26 | 34 |
| Octal | 263 | 126 | 213 | 0 | 64 | 26 | 36 | 506 | 46 | 64 |
| Binary | 10110011 | 1010110 | 10001011 | 0 | 110100 | 10110 | 11110 | 101000110 | 100110 | 110100 |
Color Harmonies of #B3568B
Complementary color
Monochromatic Colors of #B3568B
Black with #B3568B
Text Example
Text Example
White with #B3568B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3568B; }
p { color: rgb(179,86,139); }
H1.HeaderClassName
{
color: #B3568B;
}
.AnyTagClassName
{
color: #B3568B;
}
</style>
background-color css
<style>
a { background-color: #B3568B; }
a { background-color: rgb(179,86,139); }
div.DivClassName
{
background-color: #B3568B;
}
.BgClassName
{
background-color: #B3568B;
}
</style>
border-color css
<style>
span { border-color: #B3568B; }
span { border-color: rgb(179,86,139); }
td.TdClassName
{
border-color: #B3568B;
}
.TagClassName
{
border-color: #B3568B;
}
</style>