#BA4194

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

Shades of Mulberry #BA4194

Tints of Mulberry #BA4194

Color information

#BA4194 (or 0xBA4194) is unknown color: approx Mulberry. HEX triplet: BA, 41 and 94. RGB value is (186,65,148). Sum of RGB (Red+Green+Blue) = 186+65+148=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 65 (25.78% from 255 or 16.29% from 399); Blue value is 148 (58.20% from 255 or 37.09% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4194 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4194 is #45BE6B. Grayscale: #6E6E6E. Windows color (decimal): -4570732 or 9716154. OLE color: 9716154.

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

Color convert

RGB18665148-
CMYK00.650.200.27
HSL318.84º48.21%49.22%-
HSV(B)318.84º65.05%72.94%-
XYZ27.4916.3629.73-
YUV110.64149.09181.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.62%
GREEN value IS 65 (25.78% from 255) = 16.29%
BLUE value IS 148 (58.20% from 255) = 37.09%
R=46.62%
G=16.29%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866514800.650.200.27318.8448.2149.22
HexBA4194041141B13f3031
Octal272101224010124334776061
Binary10111010100000110010100010000011010011011100111111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4194; }

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

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

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

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

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

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

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

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