#BA47A4

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

Shades of Mulberry #BA47A4

Tints of Mulberry #BA47A4

Color information

#BA47A4 (or 0xBA47A4) is unknown color: approx Mulberry. HEX triplet: BA, 47 and A4. RGB value is (186,71,164). Sum of RGB (Red+Green+Blue) = 186+71+164=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 71 (28.12% from 255 or 16.86% from 421); Blue value is 164 (64.45% from 255 or 38.95% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BA47A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA47A4 is #45B85B. Grayscale: #737373. Windows color (decimal): -4569180 or 10766266. OLE color: 10766266.

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

Color convert

RGB18671164-
CMYK00.620.120.27
HSL311.48º45.45%50.39%-
HSV(B)311.48º61.83%72.94%-
XYZ29.217.6336.98-
YUV115.99155.1177.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.18%
GREEN value IS 71 (28.12% from 255) = 16.86%
BLUE value IS 164 (64.45% from 255) = 38.95%
R=44.18%
G=16.86%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867116400.620.120.27311.4845.4550.39
HexBA47A403EC1B1372d32
Octal27210724407614334675562
Binary101110101000111101001000111110110011011100110111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA47A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA47A4; }

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

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

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

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

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

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

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

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