#BA49A1

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

Shades of Mulberry #BA49A1

Tints of Mulberry #BA49A1

Color information

#BA49A1 (or 0xBA49A1) is unknown color: approx Mulberry. HEX triplet: BA, 49 and A1. RGB value is (186,73,161). Sum of RGB (Red+Green+Blue) = 186+73+161=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 73 (28.91% from 255 or 17.38% from 420); Blue value is 161 (63.28% from 255 or 38.33% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BA49A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA49A1 is #45B65E. Grayscale: #747474. Windows color (decimal): -4568671 or 10570170. OLE color: 10570170.

HSL color Cylindrical-coordinate representation of color #BA49A1: hue angle of 313.27º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA49A1 is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB18673161-
CMYK00.610.130.27
HSL313.27º45.02%50.78%-
HSV(B)313.27º60.75%72.94%-
XYZ29.0717.7835.62-
YUV116.82152.94177.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.29%
GREEN value IS 73 (28.91% from 255) = 17.38%
BLUE value IS 161 (63.28% from 255) = 38.33%
R=44.29%
G=17.38%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867316100.610.130.27313.2745.0250.78
HexBA49A103DD1B1392d33
Octal27211124107515334715563
Binary101110101001001101000010111101110111011100111001101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA49A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA49A1; }

 p { color: rgb(186,73,161); }

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

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

 a { background-color: rgb(186,73,161); }

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

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

 span { border-color: rgb(186,73,161); }

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