#BA4196

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

Shades of Mulberry #BA4196

Tints of Mulberry #BA4196

Color information

#BA4196 (or 0xBA4196) is unknown color: approx Mulberry. HEX triplet: BA, 41 and 96. RGB value is (186,65,150). Sum of RGB (Red+Green+Blue) = 186+65+150=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 65 (25.78% from 255 or 16.21% from 401); Blue value is 150 (58.98% from 255 or 37.41% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4196 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4196 is #45BE69. Grayscale: #6E6E6E. Windows color (decimal): -4570730 or 9847226. OLE color: 9847226.

HSL color Cylindrical-coordinate representation of color #BA4196: hue angle of 317.85º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA4196 is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB18665150-
CMYK00.650.190.27
HSL317.85º48.21%49.22%-
HSV(B)317.85º65.05%72.94%-
XYZ27.6516.4230.57-
YUV110.87150.09181.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.38%
GREEN value IS 65 (25.78% from 255) = 16.21%
BLUE value IS 150 (58.98% from 255) = 37.41%
R=46.38%
G=16.21%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866515000.650.190.27317.8548.2149.22
HexBA4196041131B13e3031
Octal272101226010123334766061
Binary10111010100000110010110010000011001111011100111110110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4196; }

 p { color: rgb(186,65,150); }

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

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

 a { background-color: rgb(186,65,150); }

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

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

 span { border-color: rgb(186,65,150); }

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