#BA479C

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

Shades of Mulberry #BA479C

Tints of Mulberry #BA479C

Color information

#BA479C (or 0xBA479C) is unknown color: approx Mulberry. HEX triplet: BA, 47 and 9C. RGB value is (186,71,156). Sum of RGB (Red+Green+Blue) = 186+71+156=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 71 (28.12% from 255 or 17.19% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA479C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA479C is #45B863. Grayscale: #727272. Windows color (decimal): -4569188 or 10241978. OLE color: 10241978.

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

Color convert

RGB18671156-
CMYK00.620.160.27
HSL315.65º45.45%50.39%-
HSV(B)315.65º61.83%72.94%-
XYZ28.517.3533.3-
YUV115.07151.1178.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.04%
GREEN value IS 71 (28.12% from 255) = 17.19%
BLUE value IS 156 (61.33% from 255) = 37.77%
R=45.04%
G=17.19%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867115600.620.160.27315.6545.4550.39
HexBA479C03E101B13c2d32
Octal27210723407620334745562
Binary1011101010001111001110001111101000011011100111100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA479C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA479C; }

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

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

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

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

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

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

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

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