#BA439C

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

Shades of Mulberry #BA439C

Tints of Mulberry #BA439C

Color information

#BA439C (or 0xBA439C) is unknown color: approx Mulberry. HEX triplet: BA, 43 and 9C. RGB value is (186,67,156). Sum of RGB (Red+Green+Blue) = 186+67+156=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 67 (26.56% from 255 or 16.38% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA439C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA439C is #45BC63. Grayscale: #707070. Windows color (decimal): -4570212 or 10240954. OLE color: 10240954.

HSL color Cylindrical-coordinate representation of color #BA439C: hue angle of 315.13º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA439C is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB18667156-
CMYK00.640.160.27
HSL315.13º47.04%49.61%-
HSV(B)315.13º63.98%72.94%-
XYZ28.2616.8533.22-
YUV112.73152.42180.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.48%
GREEN value IS 67 (26.56% from 255) = 16.38%
BLUE value IS 156 (61.33% from 255) = 38.14%
R=45.48%
G=16.38%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866715600.640.160.27315.1347.0449.61
HexBA439C040101B13b2f32
Octal272103234010020334735762
Binary10111010100001110011100010000001000011011100111011101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA439C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA439C; }

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

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

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

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

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

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

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

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