#BA4E90

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

Shades of Mulberry #BA4E90

Tints of Mulberry #BA4E90

Color information

#BA4E90 (or 0xBA4E90) is unknown color: approx Mulberry. HEX triplet: BA, 4E and 90. RGB value is (186,78,144). Sum of RGB (Red+Green+Blue) = 186+78+144=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 78 (30.86% from 255 or 19.12% from 408); Blue value is 144 (56.64% from 255 or 35.29% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA4E90 is #45B16F. Grayscale: #757575. Windows color (decimal): -4567408 or 9457338. OLE color: 9457338.

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

Color convert

RGB18678144-
CMYK00.580.230.27
HSL323.33º43.9%51.76%-
HSV(B)323.33º58.06%72.94%-
XYZ28.0117.928.36-
YUV117.82142.78176.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.59%
GREEN value IS 78 (30.86% from 255) = 19.12%
BLUE value IS 144 (56.64% from 255) = 35.29%
R=45.59%
G=19.12%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867814400.580.230.27323.3343.951.76
HexBA4E9003A171B1432c34
Octal27211622007227335035464
Binary1011101010011101001000001110101011111011101000011101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4E90; }

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

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

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

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

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

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

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

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