Shades of Mulberry #B85199
Tints of Mulberry #B85199
RGB
CMYK
RGB Variations
Color information
#B85199 (or 0xB85199) is known color: Mulberry. HEX triplet: B8, 51 and 99. RGB value is (184,81,153). Sum of RGB (Red+Green+Blue) = 184+81+153=418 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.02% from 418); Green value is 81 (32.03% from 255 or 19.38% from 418); Blue value is 153 (60.16% from 255 or 36.60% from 418); Max value from RGB is 184 - color contains mainly: red. Hex color #B85199 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85199 is #47AE66. Grayscale: #777777. Windows color (decimal): -4697703 or 10047928. OLE color: 10047928.
HSL color Cylindrical-coordinate representation of color #B85199: hue angle of 318.06º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B85199 is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 81 | 153 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.28 |
| HSL | 318.06º | 0.42% | 0.52% | - |
| HSV(B) | 318.06º | 0.56% | 0.72% | - |
| XYZ | 28.46 | 18.38 | 32.18 | - |
| YUV | 120.01 | 146.62 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 81 | 153 | 0 | 0.56 | 0.17 | 0.28 | 318.06 | 0.42 | 0.52 |
| Hex | B8 | 51 | 99 | 0 | 38 | 11 | 1C | 13E | 2A | 34 |
| Octal | 270 | 121 | 231 | 0 | 70 | 21 | 34 | 476 | 52 | 64 |
| Binary | 10111000 | 1010001 | 10011001 | 0 | 111000 | 10001 | 11100 | 100111110 | 101010 | 110100 |
Color Harmonies of #B85199
Complementary color
Monochromatic Colors of #B85199
Black with #B85199
Text Example
Text Example
White with #B85199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85199; }
p { color: rgb(184,81,153); }
H1.HeaderClassName
{
color: #B85199;
}
.AnyTagClassName
{
color: #B85199;
}
</style>
background-color css
<style>
a { background-color: #B85199; }
a { background-color: rgb(184,81,153); }
div.DivClassName
{
background-color: #B85199;
}
.BgClassName
{
background-color: #B85199;
}
</style>
border-color css
<style>
span { border-color: #B85199; }
span { border-color: rgb(184,81,153); }
td.TdClassName
{
border-color: #B85199;
}
.TagClassName
{
border-color: #B85199;
}
</style>