Shades of Mulberry #B2459B
Tints of Mulberry #B2459B
RGB
CMYK
RGB Variations
Color information
#B2459B (or 0xB2459B) is known color: Mulberry. HEX triplet: B2, 45 and 9B. RGB value is (178,69,155). Sum of RGB (Red+Green+Blue) = 178+69+155=402 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.28% from 402); Green value is 69 (27.34% from 255 or 17.16% from 402); Blue value is 155 (60.94% from 255 or 38.56% from 402); Max value from RGB is 178 - color contains mainly: red. Hex color #B2459B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2459B is #4DBA64. Grayscale: #6F6F6F. Windows color (decimal): -5093989 or 10175922. OLE color: 10175922.
HSL color Cylindrical-coordinate representation of color #B2459B: hue angle of 312.66º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B2459B is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 69 | 155 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.30 |
| HSL | 312.66º | 0.44% | 0.48% | - |
| HSV(B) | 312.66º | 0.61% | 0.7% | - |
| XYZ | 26.4 | 16.09 | 32.72 | - |
| YUV | 111.4 | 152.61 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 69 | 155 | 0 | 0.61 | 0.13 | 0.30 | 312.66 | 0.44 | 0.48 |
| Hex | B2 | 45 | 9B | 0 | 3D | D | 1E | 139 | 2C | 30 |
| Octal | 262 | 105 | 233 | 0 | 75 | 15 | 36 | 471 | 54 | 60 |
| Binary | 10110010 | 1000101 | 10011011 | 0 | 111101 | 1101 | 11110 | 100111001 | 101100 | 110000 |
Color Harmonies of #B2459B
Complementary color
Monochromatic Colors of #B2459B
Black with #B2459B
Text Example
Text Example
White with #B2459B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2459B; }
p { color: rgb(178,69,155); }
H1.HeaderClassName
{
color: #B2459B;
}
.AnyTagClassName
{
color: #B2459B;
}
</style>
background-color css
<style>
a { background-color: #B2459B; }
a { background-color: rgb(178,69,155); }
div.DivClassName
{
background-color: #B2459B;
}
.BgClassName
{
background-color: #B2459B;
}
</style>
border-color css
<style>
span { border-color: #B2459B; }
span { border-color: rgb(178,69,155); }
td.TdClassName
{
border-color: #B2459B;
}
.TagClassName
{
border-color: #B2459B;
}
</style>