#BA4E9C

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

Shades of Mulberry #BA4E9C

Tints of Mulberry #BA4E9C

Color information

#BA4E9C (or 0xBA4E9C) is unknown color: approx Mulberry. HEX triplet: BA, 4E and 9C. RGB value is (186,78,156). Sum of RGB (Red+Green+Blue) = 186+78+156=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 78 (30.86% from 255 or 18.57% from 420); Blue value is 156 (61.33% from 255 or 37.14% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA4E9C is #45B163. Grayscale: #767676. Windows color (decimal): -4567396 or 10243770. OLE color: 10243770.

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

Color convert

RGB18678156-
CMYK00.580.160.27
HSL316.67º43.9%51.76%-
HSV(B)316.67º58.06%72.94%-
XYZ28.9718.2933.46-
YUV119.18148.78175.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.29%
GREEN value IS 78 (30.86% from 255) = 18.57%
BLUE value IS 156 (61.33% from 255) = 37.14%
R=44.29%
G=18.57%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867815600.580.160.27316.6743.951.76
HexBA4E9C03A101B13d2c34
Octal27211623407220334755464
Binary1011101010011101001110001110101000011011100111101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4E9C; }

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

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

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

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

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

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

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

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