Shades of Mulberry #B85F9A
Tints of Mulberry #B85F9A
RGB
CMYK
RGB Variations
Color information
#B85F9A (or 0xB85F9A) is known color: Mulberry. HEX triplet: B8, 5F and 9A. RGB value is (184,95,154). Sum of RGB (Red+Green+Blue) = 184+95+154=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 95 (37.5% from 255 or 21.94% from 433); Blue value is 154 (60.55% from 255 or 35.57% from 433); Max value from RGB is 184 - color contains mainly: red. Hex color #B85F9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85F9A is #47A065. Grayscale: #808080. Windows color (decimal): -4694118 or 10117048. OLE color: 10117048.
HSL color Cylindrical-coordinate representation of color #B85F9A: hue angle of 320.22º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B85F9A is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 95 | 154 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.28 |
| HSL | 320.22º | 0.39% | 0.55% | - |
| HSV(B) | 320.22º | 0.48% | 0.72% | - |
| XYZ | 29.69 | 20.71 | 33 | - |
| YUV | 128.34 | 142.49 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 95 | 154 | 0 | 0.48 | 0.16 | 0.28 | 320.22 | 0.39 | 0.55 |
| Hex | B8 | 5F | 9A | 0 | 30 | 10 | 1C | 140 | 27 | 37 |
| Octal | 270 | 137 | 232 | 0 | 60 | 20 | 34 | 500 | 47 | 67 |
| Binary | 10111000 | 1011111 | 10011010 | 0 | 110000 | 10000 | 11100 | 101000000 | 100111 | 110111 |
Color Harmonies of #B85F9A
Complementary color
Monochromatic Colors of #B85F9A
Black with #B85F9A
Text Example
Text Example
White with #B85F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85F9A; }
p { color: rgb(184,95,154); }
H1.HeaderClassName
{
color: #B85F9A;
}
.AnyTagClassName
{
color: #B85F9A;
}
</style>
background-color css
<style>
a { background-color: #B85F9A; }
a { background-color: rgb(184,95,154); }
div.DivClassName
{
background-color: #B85F9A;
}
.BgClassName
{
background-color: #B85F9A;
}
</style>
border-color css
<style>
span { border-color: #B85F9A; }
span { border-color: rgb(184,95,154); }
td.TdClassName
{
border-color: #B85F9A;
}
.TagClassName
{
border-color: #B85F9A;
}
</style>