Shades of Mulberry #BA5F98
Tints of Mulberry #BA5F98
RGB
CMYK
RGB Variations
Color information
#BA5F98 (or 0xBA5F98) is known color: Mulberry. HEX triplet: BA, 5F and 98. RGB value is (186,95,152). Sum of RGB (Red+Green+Blue) = 186+95+152=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 95 (37.5% from 255 or 21.94% from 433); Blue value is 152 (59.77% from 255 or 35.10% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5F98 is #45A067. Grayscale: #808080. Windows color (decimal): -4563048 or 9985978. OLE color: 9985978.
HSL color Cylindrical-coordinate representation of color #BA5F98: hue angle of 322.42º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA5F98 is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 95 | 152 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.27 |
| HSL | 322.42º | 0.4% | 0.55% | - |
| HSV(B) | 322.42º | 0.49% | 0.73% | - |
| XYZ | 30.01 | 20.89 | 32.16 | - |
| YUV | 128.71 | 141.15 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 95 | 152 | 0 | 0.49 | 0.18 | 0.27 | 322.42 | 0.4 | 0.55 |
| Hex | BA | 5F | 98 | 0 | 31 | 12 | 1B | 142 | 28 | 37 |
| Octal | 272 | 137 | 230 | 0 | 61 | 22 | 33 | 502 | 50 | 67 |
| Binary | 10111010 | 1011111 | 10011000 | 0 | 110001 | 10010 | 11011 | 101000010 | 101000 | 110111 |
Color Harmonies of #BA5F98
Complementary color
Monochromatic Colors of #BA5F98
Black with #BA5F98
Text Example
Text Example
White with #BA5F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5F98; }
p { color: rgb(186,95,152); }
H1.HeaderClassName
{
color: #BA5F98;
}
.AnyTagClassName
{
color: #BA5F98;
}
</style>
background-color css
<style>
a { background-color: #BA5F98; }
a { background-color: rgb(186,95,152); }
div.DivClassName
{
background-color: #BA5F98;
}
.BgClassName
{
background-color: #BA5F98;
}
</style>
border-color css
<style>
span { border-color: #BA5F98; }
span { border-color: rgb(186,95,152); }
td.TdClassName
{
border-color: #BA5F98;
}
.TagClassName
{
border-color: #BA5F98;
}
</style>