#BA4E9A

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

Shades of Mulberry #BA4E9A

Tints of Mulberry #BA4E9A

Color information

#BA4E9A (or 0xBA4E9A) is unknown color: approx Mulberry. HEX triplet: BA, 4E and 9A. RGB value is (186,78,154). Sum of RGB (Red+Green+Blue) = 186+78+154=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 78 (30.86% from 255 or 18.66% from 418); Blue value is 154 (60.55% from 255 or 36.84% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA4E9A is #45B165. Grayscale: #767676. Windows color (decimal): -4567398 or 10112698. OLE color: 10112698.

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

Color convert

RGB18678154-
CMYK00.580.170.27
HSL317.78º43.9%51.76%-
HSV(B)317.78º58.06%72.94%-
XYZ28.8118.2232.57-
YUV118.96147.78175.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.50%
GREEN value IS 78 (30.86% from 255) = 18.66%
BLUE value IS 154 (60.55% from 255) = 36.84%
R=44.50%
G=18.66%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867815400.580.170.27317.7843.951.76
HexBA4E9A03A111B13e2c34
Octal27211623207221334765464
Binary1011101010011101001101001110101000111011100111110101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4E9A; }

 p { color: rgb(186,78,154); }

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

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

 a { background-color: rgb(186,78,154); }

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

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

 span { border-color: rgb(186,78,154); }

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