Shades of Mulberry #B85394
Tints of Mulberry #B85394
RGB
CMYK
RGB Variations
Color information
#B85394 (or 0xB85394) is known color: Mulberry. HEX triplet: B8, 53 and 94. RGB value is (184,83,148). Sum of RGB (Red+Green+Blue) = 184+83+148=415 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.34% from 415); Green value is 83 (32.81% from 255 or 20% from 415); Blue value is 148 (58.20% from 255 or 35.66% from 415); Max value from RGB is 184 - color contains mainly: red. Hex color #B85394 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85394 is #47AC6B. Grayscale: #787878. Windows color (decimal): -4697196 or 9720760. OLE color: 9720760.
HSL color Cylindrical-coordinate representation of color #B85394: hue angle of 321.39º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B85394 is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 83 | 148 | - |
| CMYK | 0 | 0.55 | 0.20 | 0.28 |
| HSL | 321.39º | 0.42% | 0.52% | - |
| HSV(B) | 321.39º | 0.55% | 0.72% | - |
| XYZ | 28.21 | 18.51 | 30.1 | - |
| YUV | 120.61 | 143.46 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 83 | 148 | 0 | 0.55 | 0.20 | 0.28 | 321.39 | 0.42 | 0.52 |
| Hex | B8 | 53 | 94 | 0 | 37 | 14 | 1C | 141 | 2A | 34 |
| Octal | 270 | 123 | 224 | 0 | 67 | 24 | 34 | 501 | 52 | 64 |
| Binary | 10111000 | 1010011 | 10010100 | 0 | 110111 | 10100 | 11100 | 101000001 | 101010 | 110100 |
Color Harmonies of #B85394
Complementary color
Monochromatic Colors of #B85394
Black with #B85394
Text Example
Text Example
White with #B85394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85394; }
p { color: rgb(184,83,148); }
H1.HeaderClassName
{
color: #B85394;
}
.AnyTagClassName
{
color: #B85394;
}
</style>
background-color css
<style>
a { background-color: #B85394; }
a { background-color: rgb(184,83,148); }
div.DivClassName
{
background-color: #B85394;
}
.BgClassName
{
background-color: #B85394;
}
</style>
border-color css
<style>
span { border-color: #B85394; }
span { border-color: rgb(184,83,148); }
td.TdClassName
{
border-color: #B85394;
}
.TagClassName
{
border-color: #B85394;
}
</style>