Shades of Mulberry #B26098
Tints of Mulberry #B26098
RGB
CMYK
RGB Variations
Color information
#B26098 (or 0xB26098) is known color: Mulberry. HEX triplet: B2, 60 and 98. RGB value is (178,96,152). Sum of RGB (Red+Green+Blue) = 178+96+152=426 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.78% from 426); Green value is 96 (37.89% from 255 or 22.54% from 426); Blue value is 152 (59.77% from 255 or 35.68% from 426); Max value from RGB is 178 - color contains mainly: red. Hex color #B26098 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26098 is #4D9F67. Grayscale: #7E7E7E. Windows color (decimal): -5087080 or 9986226. OLE color: 9986226.
HSL color Cylindrical-coordinate representation of color #B26098: hue angle of 319.02º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B26098 is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 96 | 152 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.30 |
| HSL | 319.02º | 0.35% | 0.54% | - |
| HSV(B) | 319.02º | 0.46% | 0.7% | - |
| XYZ | 28.21 | 20.1 | 32.1 | - |
| YUV | 126.9 | 142.17 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 96 | 152 | 0 | 0.46 | 0.15 | 0.30 | 319.02 | 0.35 | 0.54 |
| Hex | B2 | 60 | 98 | 0 | 2E | F | 1E | 13F | 23 | 36 |
| Octal | 262 | 140 | 230 | 0 | 56 | 17 | 36 | 477 | 43 | 66 |
| Binary | 10110010 | 1100000 | 10011000 | 0 | 101110 | 1111 | 11110 | 100111111 | 100011 | 110110 |
Color Harmonies of #B26098
Complementary color
Monochromatic Colors of #B26098
Black with #B26098
Text Example
Text Example
White with #B26098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26098; }
p { color: rgb(178,96,152); }
H1.HeaderClassName
{
color: #B26098;
}
.AnyTagClassName
{
color: #B26098;
}
</style>
background-color css
<style>
a { background-color: #B26098; }
a { background-color: rgb(178,96,152); }
div.DivClassName
{
background-color: #B26098;
}
.BgClassName
{
background-color: #B26098;
}
</style>
border-color css
<style>
span { border-color: #B26098; }
span { border-color: rgb(178,96,152); }
td.TdClassName
{
border-color: #B26098;
}
.TagClassName
{
border-color: #B26098;
}
</style>