#BA5493

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

Shades of Mulberry #BA5493

Tints of Mulberry #BA5493

Color information

#BA5493 (or 0xBA5493) is unknown color: approx Mulberry. HEX triplet: BA, 54 and 93. RGB value is (186,84,147). Sum of RGB (Red+Green+Blue) = 186+84+147=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 84 (33.20% from 255 or 20.14% from 417); Blue value is 147 (57.81% from 255 or 35.25% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5493 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5493 is #45AB6C. Grayscale: #797979. Windows color (decimal): -4565869 or 9655482. OLE color: 9655482.

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

Color convert

RGB18684147-
CMYK00.550.210.27
HSL322.94º42.5%52.94%-
HSV(B)322.94º54.84%72.94%-
XYZ28.6918.8929.74-
YUV121.68142.29173.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.60%
GREEN value IS 84 (33.20% from 255) = 20.14%
BLUE value IS 147 (57.81% from 255) = 35.25%
R=44.60%
G=20.14%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868414700.550.210.27322.9442.552.94
HexBA5493037151B1432a35
Octal27212422306725335035265
Binary1011101010101001001001101101111010111011101000011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5493; }

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

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

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

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

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

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

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

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