#BA4E97

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

Shades of Mulberry #BA4E97

Tints of Mulberry #BA4E97

Color information

#BA4E97 (or 0xBA4E97) is unknown color: approx Mulberry. HEX triplet: BA, 4E and 97. RGB value is (186,78,151). Sum of RGB (Red+Green+Blue) = 186+78+151=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 78 (30.86% from 255 or 18.80% from 415); Blue value is 151 (59.38% from 255 or 36.39% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA4E97 is #45B168. Grayscale: #767676. Windows color (decimal): -4567401 or 9916090. OLE color: 9916090.

HSL color Cylindrical-coordinate representation of color #BA4E97: hue angle of 319.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 #BA4E97 is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB18678151-
CMYK00.580.190.27
HSL319.44º43.9%51.76%-
HSV(B)319.44º58.06%72.94%-
XYZ28.5618.1231.27-
YUV118.61146.28176.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.82%
GREEN value IS 78 (30.86% from 255) = 18.80%
BLUE value IS 151 (59.38% from 255) = 36.39%
R=44.82%
G=18.80%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867815100.580.190.27319.4443.951.76
HexBA4E9703A131B13f2c34
Octal27211622707223334775464
Binary1011101010011101001011101110101001111011100111111101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4E97; }

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

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

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

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

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

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

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

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