#BA4BA0

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

Shades of Mulberry #BA4BA0

Tints of Mulberry #BA4BA0

Color information

#BA4BA0 (or 0xBA4BA0) is unknown color: approx Mulberry. HEX triplet: BA, 4B and A0. RGB value is (186,75,160). Sum of RGB (Red+Green+Blue) = 186+75+160=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 75 (29.69% from 255 or 17.81% from 421); Blue value is 160 (62.89% from 255 or 38.00% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4BA0 is #45B45F. Grayscale: #757575. Windows color (decimal): -4568160 or 10505146. OLE color: 10505146.

HSL color Cylindrical-coordinate representation of color #BA4BA0: hue angle of 314.05º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA4BA0 is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB18675160-
CMYK00.600.140.27
HSL314.05º44.58%51.18%-
HSV(B)314.05º59.68%72.94%-
XYZ29.1118.0135.2-
YUV117.88151.77176.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.18%
GREEN value IS 75 (29.69% from 255) = 17.81%
BLUE value IS 160 (62.89% from 255) = 38.00%
R=44.18%
G=17.81%
B=38.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867516000.600.140.27314.0544.5851.18
HexBA4BA003CE1B13a2d33
Octal27211324007416334725563
Binary101110101001011101000000111100111011011100111010101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4BA0; }

 p { color: rgb(186,75,160); }

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

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

 a { background-color: rgb(186,75,160); }

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

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

 span { border-color: rgb(186,75,160); }

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