Shades of Mulberry #B2459C
Tints of Mulberry #B2459C
RGB
CMYK
RGB Variations
Color information
#B2459C (or 0xB2459C) is known color: Mulberry. HEX triplet: B2, 45 and 9C. RGB value is (178,69,156). Sum of RGB (Red+Green+Blue) = 178+69+156=403 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.17% from 403); Green value is 69 (27.34% from 255 or 17.12% from 403); Blue value is 156 (61.33% from 255 or 38.71% from 403); Max value from RGB is 178 - color contains mainly: red. Hex color #B2459C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2459C is #4DBA63. Grayscale: #6F6F6F. Windows color (decimal): -5093988 or 10241458. OLE color: 10241458.
HSL color Cylindrical-coordinate representation of color #B2459C: hue angle of 312.11º 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 #B2459C is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 69 | 156 | - |
| CMYK | 0 | 0.61 | 0.12 | 0.30 |
| HSL | 312.11º | 0.44% | 0.48% | - |
| HSV(B) | 312.11º | 0.61% | 0.7% | - |
| XYZ | 26.49 | 16.12 | 33.17 | - |
| YUV | 111.51 | 153.11 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 69 | 156 | 0 | 0.61 | 0.12 | 0.30 | 312.11 | 0.44 | 0.48 |
| Hex | B2 | 45 | 9C | 0 | 3D | C | 1E | 138 | 2C | 30 |
| Octal | 262 | 105 | 234 | 0 | 75 | 14 | 36 | 470 | 54 | 60 |
| Binary | 10110010 | 1000101 | 10011100 | 0 | 111101 | 1100 | 11110 | 100111000 | 101100 | 110000 |
Color Harmonies of #B2459C
Complementary color
Monochromatic Colors of #B2459C
Black with #B2459C
Text Example
Text Example
White with #B2459C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2459C; }
p { color: rgb(178,69,156); }
H1.HeaderClassName
{
color: #B2459C;
}
.AnyTagClassName
{
color: #B2459C;
}
</style>
background-color css
<style>
a { background-color: #B2459C; }
a { background-color: rgb(178,69,156); }
div.DivClassName
{
background-color: #B2459C;
}
.BgClassName
{
background-color: #B2459C;
}
</style>
border-color css
<style>
span { border-color: #B2459C; }
span { border-color: rgb(178,69,156); }
td.TdClassName
{
border-color: #B2459C;
}
.TagClassName
{
border-color: #B2459C;
}
</style>