#BA44A3

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

Shades of Mulberry #BA44A3

Tints of Mulberry #BA44A3

Color information

#BA44A3 (or 0xBA44A3) is unknown color: approx Mulberry. HEX triplet: BA, 44 and A3. RGB value is (186,68,163). Sum of RGB (Red+Green+Blue) = 186+68+163=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 68 (26.95% from 255 or 16.31% from 417); Blue value is 163 (64.06% from 255 or 39.09% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA44A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA44A3 is #45BB5C. Grayscale: #717171. Windows color (decimal): -4569949 or 10699962. OLE color: 10699962.

HSL color Cylindrical-coordinate representation of color #BA44A3: hue angle of 311.69º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA44A3 is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB18668163-
CMYK00.630.120.27
HSL311.69º46.46%49.8%-
HSV(B)311.69º63.44%72.94%-
XYZ28.9317.2236.45-
YUV114.11155.59179.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.60%
GREEN value IS 68 (26.95% from 255) = 16.31%
BLUE value IS 163 (64.06% from 255) = 39.09%
R=44.60%
G=16.31%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866816300.630.120.27311.6946.4649.8
HexBA44A303FC1B1382e32
Octal27210424307714334705662
Binary101110101000100101000110111111110011011100111000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA44A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA44A3; }

 p { color: rgb(186,68,163); }

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

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

 a { background-color: rgb(186,68,163); }

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

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

 span { border-color: rgb(186,68,163); }

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