Shades of Mulberry #B2469C
Tints of Mulberry #B2469C
RGB
CMYK
RGB Variations
Color information
#B2469C (or 0xB2469C) is known color: Mulberry. HEX triplet: B2, 46 and 9C. RGB value is (178,70,156). Sum of RGB (Red+Green+Blue) = 178+70+156=404 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.06% from 404); Green value is 70 (27.73% from 255 or 17.33% from 404); Blue value is 156 (61.33% from 255 or 38.61% from 404); Max value from RGB is 178 - color contains mainly: red. Hex color #B2469C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2469C is #4DB963. Grayscale: #6F6F6F. Windows color (decimal): -5093732 or 10241714. OLE color: 10241714.
HSL color Cylindrical-coordinate representation of color #B2469C: hue angle of 312.22º 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 #B2469C is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 70 | 156 | - |
| CMYK | 0 | 0.61 | 0.12 | 0.30 |
| HSL | 312.22º | 0.44% | 0.49% | - |
| HSV(B) | 312.22º | 0.61% | 0.7% | - |
| XYZ | 26.55 | 16.25 | 33.19 | - |
| YUV | 112.1 | 152.78 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 70 | 156 | 0 | 0.61 | 0.12 | 0.30 | 312.22 | 0.44 | 0.49 |
| Hex | B2 | 46 | 9C | 0 | 3D | C | 1E | 138 | 2C | 31 |
| Octal | 262 | 106 | 234 | 0 | 75 | 14 | 36 | 470 | 54 | 61 |
| Binary | 10110010 | 1000110 | 10011100 | 0 | 111101 | 1100 | 11110 | 100111000 | 101100 | 110001 |
Color Harmonies of #B2469C
Complementary color
Monochromatic Colors of #B2469C
Black with #B2469C
Text Example
Text Example
White with #B2469C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2469C; }
p { color: rgb(178,70,156); }
H1.HeaderClassName
{
color: #B2469C;
}
.AnyTagClassName
{
color: #B2469C;
}
</style>
background-color css
<style>
a { background-color: #B2469C; }
a { background-color: rgb(178,70,156); }
div.DivClassName
{
background-color: #B2469C;
}
.BgClassName
{
background-color: #B2469C;
}
</style>
border-color css
<style>
span { border-color: #B2469C; }
span { border-color: rgb(178,70,156); }
td.TdClassName
{
border-color: #B2469C;
}
.TagClassName
{
border-color: #B2469C;
}
</style>