#BA49A4

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

Shades of Mulberry #BA49A4

Tints of Mulberry #BA49A4

Color information

#BA49A4 (or 0xBA49A4) is unknown color: approx Mulberry. HEX triplet: BA, 49 and A4. RGB value is (186,73,164). Sum of RGB (Red+Green+Blue) = 186+73+164=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 73 (28.91% from 255 or 17.26% from 423); Blue value is 164 (64.45% from 255 or 38.77% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA49A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA49A4 is #45B65B. Grayscale: #747474. Windows color (decimal): -4568668 or 10766778. OLE color: 10766778.

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

Color convert

RGB18673164-
CMYK00.610.120.27
HSL311.68º45.02%50.78%-
HSV(B)311.68º60.75%72.94%-
XYZ29.3317.8837.03-
YUV117.16154.44177.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.97%
GREEN value IS 73 (28.91% from 255) = 17.26%
BLUE value IS 164 (64.45% from 255) = 38.77%
R=43.97%
G=17.26%
B=38.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867316400.610.120.27311.6845.0250.78
HexBA49A403DC1B1382d33
Octal27211124407514334705563
Binary101110101001001101001000111101110011011100111000101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA49A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA49A4; }

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

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

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

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

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

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

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

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