#BA5490

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

Shades of Mulberry #BA5490

Tints of Mulberry #BA5490

Color information

#BA5490 (or 0xBA5490) is unknown color: approx Mulberry. HEX triplet: BA, 54 and 90. RGB value is (186,84,144). Sum of RGB (Red+Green+Blue) = 186+84+144=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 84 (33.20% from 255 or 20.29% from 414); Blue value is 144 (56.64% from 255 or 34.78% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5490 is #45AB6F. Grayscale: #797979. Windows color (decimal): -4565872 or 9458874. OLE color: 9458874.

HSL color Cylindrical-coordinate representation of color #BA5490: hue angle of 324.71º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA5490 is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB18684144-
CMYK00.550.230.27
HSL324.71º42.5%52.94%-
HSV(B)324.71º54.84%72.94%-
XYZ28.4518.7928.51-
YUV121.34140.79174.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.93%
GREEN value IS 84 (33.20% from 255) = 20.29%
BLUE value IS 144 (56.64% from 255) = 34.78%
R=44.93%
G=20.29%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868414400.550.230.27324.7142.552.94
HexBA5490037171B1452a35
Octal27212422006727335055265
Binary1011101010101001001000001101111011111011101000101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5490; }

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

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

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

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

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

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

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

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