Shades of Mulberry #BA438B
Tints of Mulberry #BA438B
RGB
CMYK
RGB Variations
Color information
#BA438B (or 0xBA438B) is known color: Mulberry. HEX triplet: BA, 43 and 8B. RGB value is (186,67,139). Sum of RGB (Red+Green+Blue) = 186+67+139=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 67 (26.56% from 255 or 17.09% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA438B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA438B is #45BC74. Grayscale: #6E6E6E. Windows color (decimal): -4570229 or 9126842. OLE color: 9126842.
HSL color Cylindrical-coordinate representation of color #BA438B: hue angle of 323.7º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA438B is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
RGB | 186 | 67 | 139 | - |
CMYK | 0 | 0.64 | 0.25 | 0.27 |
HSL | 323.7º | 0.47% | 0.5% | - |
HSV(B) | 323.7º | 0.64% | 0.73% | - |
XYZ | 26.92 | 16.32 | 26.16 | - |
YUV | 110.79 | 143.92 | 181.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 67 | 139 | 0 | 0.64 | 0.25 | 0.27 | 323.7 | 0.47 | 0.5 |
Hex | BA | 43 | 8B | 0 | 40 | 19 | 1B | 144 | 2F | 32 |
Octal | 272 | 103 | 213 | 0 | 100 | 31 | 33 | 504 | 57 | 62 |
Binary | 10111010 | 1000011 | 10001011 | 0 | 1000000 | 11001 | 11011 | 101000100 | 101111 | 110010 |
Color Harmonies of #BA438B
Complementary color
Monochromatic Colors of #BA438B
Black with #BA438B
Text Example
Text Example
White with #BA438B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA438B; }
p { color: rgb(186,67,139); }
H1.HeaderClassName
{
color: #BA438B;
}
.AnyTagClassName
{
color: #BA438B;
}
</style>
background-color css
<style>
a { background-color: #BA438B; }
a { background-color: rgb(186,67,139); }
div.DivClassName
{
background-color: #BA438B;
}
.BgClassName
{
background-color: #BA438B;
}
</style>
border-color css
<style>
span { border-color: #BA438B; }
span { border-color: rgb(186,67,139); }
td.TdClassName
{
border-color: #BA438B;
}
.TagClassName
{
border-color: #BA438B;
}
</style>