#BA4E8E

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

Shades of Mulberry #BA4E8E

Tints of Mulberry #BA4E8E

Color information

#BA4E8E (or 0xBA4E8E) is unknown color: approx Mulberry. HEX triplet: BA, 4E and 8E. RGB value is (186,78,142). Sum of RGB (Red+Green+Blue) = 186+78+142=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 78 (30.86% from 255 or 19.21% from 406); Blue value is 142 (55.86% from 255 or 34.98% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA4E8E is #45B171. Grayscale: #757575. Windows color (decimal): -4567410 or 9326266. OLE color: 9326266.

HSL color Cylindrical-coordinate representation of color #BA4E8E: hue angle of 324.44º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA4E8E is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB18678142-
CMYK00.580.240.27
HSL324.44º43.9%51.76%-
HSV(B)324.44º58.06%72.94%-
XYZ27.8617.8427.57-
YUV117.59141.78176.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.81%
GREEN value IS 78 (30.86% from 255) = 19.21%
BLUE value IS 142 (55.86% from 255) = 34.98%
R=45.81%
G=19.21%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867814200.580.240.27324.4443.951.76
HexBA4E8E03A181B1442c34
Octal27211621607230335045464
Binary1011101010011101000111001110101100011011101000100101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4E8E; }

 p { color: rgb(186,78,142); }

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

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

 a { background-color: rgb(186,78,142); }

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

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

 span { border-color: rgb(186,78,142); }

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