#BA4C9D

Color #BA4C9D Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #BA4C9D

Tints of Mulberry #BA4C9D

Color information

#BA4C9D (or 0xBA4C9D) is unknown color: approx Mulberry. HEX triplet: BA, 4C and 9D. RGB value is (186,76,157). Sum of RGB (Red+Green+Blue) = 186+76+157=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 76 (30.08% from 255 or 18.14% from 419); Blue value is 157 (61.72% from 255 or 37.47% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4C9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4C9D is #45B362. Grayscale: #757575. Windows color (decimal): -4567907 or 10308794. OLE color: 10308794.

HSL color Cylindrical-coordinate representation of color #BA4C9D: hue angle of 315.82º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA4C9D is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB18676157-
CMYK00.590.160.27
HSL315.82º44.35%51.37%-
HSV(B)315.82º59.14%72.94%-
XYZ28.9218.0433.86-
YUV118.12149.94176.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 44.39%
GREEN value IS 76 (30.08% from 255) = 18.14%
BLUE value IS 157 (61.72% from 255) = 37.47%
R=44.39%
G=18.14%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867615700.590.160.27315.8244.3551.37
HexBA4C9D03B101B13c2c33
Octal27211423507320334745463
Binary1011101010011001001110101110111000011011100111100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4C9D; }

 p { color: rgb(186,76,157); }

 H1.HeaderClassName
 {
   color: #BA4C9D;
 }
 .AnyTagClassName
 {
   color: #BA4C9D;
 }
</style>
background-color css

<style>
 a { background-color: #BA4C9D; }

 a { background-color: rgb(186,76,157); }

 div.DivClassName
 {
   background-color: #BA4C9D;
 }
 .BgClassName
 {
   background-color: #BA4C9D;
 }
</style>
border-color css

<style>
 span { border-color: #BA4C9D; }

 span { border-color: rgb(186,76,157); }

 td.TdClassName
 {
   border-color: #BA4C9D;
 }
 .TagClassName
 {
   border-color: #BA4C9D;
 }
</style>