#BA549B

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

Shades of Mulberry #BA549B

Tints of Mulberry #BA549B

Color information

#BA549B (or 0xBA549B) is unknown color: approx Mulberry. HEX triplet: BA, 54 and 9B. RGB value is (186,84,155). Sum of RGB (Red+Green+Blue) = 186+84+155=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 84 (33.20% from 255 or 19.76% from 425); Blue value is 155 (60.94% from 255 or 36.47% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BA549B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA549B is #45AB64. Grayscale: #7A7A7A. Windows color (decimal): -4565861 or 10179770. OLE color: 10179770.

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

Color convert

RGB18684155-
CMYK00.550.170.27
HSL318.24º42.5%52.94%-
HSV(B)318.24º54.84%72.94%-
XYZ29.3419.1533.16-
YUV122.59146.29173.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.76%
GREEN value IS 84 (33.20% from 255) = 19.76%
BLUE value IS 155 (60.94% from 255) = 36.47%
R=43.76%
G=19.76%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868415500.550.170.27318.2442.552.94
HexBA549B037111B13e2a35
Octal27212423306721334765265
Binary1011101010101001001101101101111000111011100111110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA549B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA549B; }

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

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

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

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

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

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

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

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