Shades of Mulberry #BA4F98
Tints of Mulberry #BA4F98
RGB
CMYK
RGB Variations
Color information
#BA4F98 (or 0xBA4F98) is known color: Mulberry. HEX triplet: BA, 4F and 98. RGB value is (186,79,152). Sum of RGB (Red+Green+Blue) = 186+79+152=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 79 (31.25% from 255 or 18.94% from 417); Blue value is 152 (59.77% from 255 or 36.45% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA4F98 is #45B067. Grayscale: #777777. Windows color (decimal): -4567144 or 9981882. OLE color: 9981882.
HSL color Cylindrical-coordinate representation of color #BA4F98: hue angle of 319.07º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA4F98 is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 79 | 152 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.27 |
| HSL | 319.07º | 0.44% | 0.52% | - |
| HSV(B) | 319.07º | 0.58% | 0.73% | - |
| XYZ | 28.71 | 18.3 | 31.72 | - |
| YUV | 119.32 | 146.45 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 79 | 152 | 0 | 0.58 | 0.18 | 0.27 | 319.07 | 0.44 | 0.52 |
| Hex | BA | 4F | 98 | 0 | 3A | 12 | 1B | 13F | 2C | 34 |
| Octal | 272 | 117 | 230 | 0 | 72 | 22 | 33 | 477 | 54 | 64 |
| Binary | 10111010 | 1001111 | 10011000 | 0 | 111010 | 10010 | 11011 | 100111111 | 101100 | 110100 |
Color Harmonies of #BA4F98
Complementary color
Monochromatic Colors of #BA4F98
Black with #BA4F98
Text Example
Text Example
White with #BA4F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4F98; }
p { color: rgb(186,79,152); }
H1.HeaderClassName
{
color: #BA4F98;
}
.AnyTagClassName
{
color: #BA4F98;
}
</style>
background-color css
<style>
a { background-color: #BA4F98; }
a { background-color: rgb(186,79,152); }
div.DivClassName
{
background-color: #BA4F98;
}
.BgClassName
{
background-color: #BA4F98;
}
</style>
border-color css
<style>
span { border-color: #BA4F98; }
span { border-color: rgb(186,79,152); }
td.TdClassName
{
border-color: #BA4F98;
}
.TagClassName
{
border-color: #BA4F98;
}
</style>