Shades of Mulberry #B2568B
Tints of Mulberry #B2568B
RGB
CMYK
RGB Variations
Color information
#B2568B (or 0xB2568B) is known color: Mulberry. HEX triplet: B2, 56 and 8B. RGB value is (178,86,139). Sum of RGB (Red+Green+Blue) = 178+86+139=403 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.17% from 403); Green value is 86 (33.98% from 255 or 21.34% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 178 - color contains mainly: red. Hex color #B2568B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2568B is #4DA974. Grayscale: #777777. Windows color (decimal): -5089653 or 9131698. OLE color: 9131698.
HSL color Cylindrical-coordinate representation of color #B2568B: hue angle of 325.43º degrees, saturation: 0.37, 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 #B2568B is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 86 | 139 | - |
| CMYK | 0 | 0.52 | 0.22 | 0.30 |
| HSL | 325.43º | 0.37% | 0.52% | - |
| HSV(B) | 325.43º | 0.52% | 0.7% | - |
| XYZ | 26.35 | 17.98 | 26.51 | - |
| YUV | 119.55 | 138.98 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 86 | 139 | 0 | 0.52 | 0.22 | 0.30 | 325.43 | 0.37 | 0.52 |
| Hex | B2 | 56 | 8B | 0 | 34 | 16 | 1E | 145 | 25 | 34 |
| Octal | 262 | 126 | 213 | 0 | 64 | 26 | 36 | 505 | 45 | 64 |
| Binary | 10110010 | 1010110 | 10001011 | 0 | 110100 | 10110 | 11110 | 101000101 | 100101 | 110100 |
Color Harmonies of #B2568B
Complementary color
Monochromatic Colors of #B2568B
Black with #B2568B
Text Example
Text Example
White with #B2568B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2568B; }
p { color: rgb(178,86,139); }
H1.HeaderClassName
{
color: #B2568B;
}
.AnyTagClassName
{
color: #B2568B;
}
</style>
background-color css
<style>
a { background-color: #B2568B; }
a { background-color: rgb(178,86,139); }
div.DivClassName
{
background-color: #B2568B;
}
.BgClassName
{
background-color: #B2568B;
}
</style>
border-color css
<style>
span { border-color: #B2568B; }
span { border-color: rgb(178,86,139); }
td.TdClassName
{
border-color: #B2568B;
}
.TagClassName
{
border-color: #B2568B;
}
</style>