#BA4FA0

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

Shades of Mulberry #BA4FA0

Tints of Mulberry #BA4FA0

Color information

#BA4FA0 (or 0xBA4FA0) is unknown color: approx Mulberry. HEX triplet: BA, 4F and A0. RGB value is (186,79,160). Sum of RGB (Red+Green+Blue) = 186+79+160=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 79 (31.25% from 255 or 18.59% from 425); Blue value is 160 (62.89% from 255 or 37.65% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4FA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA4FA0 is #45B05F. Grayscale: #787878. Windows color (decimal): -4567136 or 10506170. OLE color: 10506170.

HSL color Cylindrical-coordinate representation of color #BA4FA0: hue angle of 314.58º 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 #BA4FA0 is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB18679160-
CMYK00.580.140.27
HSL314.58º43.67%51.96%-
HSV(B)314.58º57.53%72.94%-
XYZ29.3918.5735.29-
YUV120.23150.45174.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.76%
GREEN value IS 79 (31.25% from 255) = 18.59%
BLUE value IS 160 (62.89% from 255) = 37.65%
R=43.76%
G=18.59%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867916000.580.140.27314.5843.6751.96
HexBA4FA003AE1B13b2c34
Octal27211724007216334735464
Binary101110101001111101000000111010111011011100111011101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4FA0; }

 p { color: rgb(186,79,160); }

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

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

 a { background-color: rgb(186,79,160); }

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

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

 span { border-color: rgb(186,79,160); }

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