#BA4E9B

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

Shades of Mulberry #BA4E9B

Tints of Mulberry #BA4E9B

Color information

#BA4E9B (or 0xBA4E9B) is unknown color: approx Mulberry. HEX triplet: BA, 4E and 9B. RGB value is (186,78,155). Sum of RGB (Red+Green+Blue) = 186+78+155=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 78 (30.86% from 255 or 18.62% from 419); Blue value is 155 (60.94% from 255 or 36.99% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA4E9B is #45B164. Grayscale: #767676. Windows color (decimal): -4567397 or 10178234. OLE color: 10178234.

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

Color convert

RGB18678155-
CMYK00.580.170.27
HSL317.22º43.9%51.76%-
HSV(B)317.22º58.06%72.94%-
XYZ28.8918.2533.01-
YUV119.07148.28175.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.39%
GREEN value IS 78 (30.86% from 255) = 18.62%
BLUE value IS 155 (60.94% from 255) = 36.99%
R=44.39%
G=18.62%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867815500.580.170.27317.2243.951.76
HexBA4E9B03A111B13d2c34
Octal27211623307221334755464
Binary1011101010011101001101101110101000111011100111101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4E9B; }

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

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

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

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

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

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

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

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