#BA4C97

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

Shades of Mulberry #BA4C97

Tints of Mulberry #BA4C97

Color information

#BA4C97 (or 0xBA4C97) is unknown color: approx Mulberry. HEX triplet: BA, 4C and 97. RGB value is (186,76,151). Sum of RGB (Red+Green+Blue) = 186+76+151=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 76 (30.08% from 255 or 18.40% from 413); Blue value is 151 (59.38% from 255 or 36.56% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4C97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4C97 is #45B368. Grayscale: #757575. Windows color (decimal): -4567913 or 9915578. OLE color: 9915578.

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

Color convert

RGB18676151-
CMYK00.590.190.27
HSL319.09º44.35%51.37%-
HSV(B)319.09º59.14%72.94%-
XYZ28.4217.8431.22-
YUV117.44146.94176.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.04%
GREEN value IS 76 (30.08% from 255) = 18.40%
BLUE value IS 151 (59.38% from 255) = 36.56%
R=45.04%
G=18.40%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867615100.590.190.27319.0944.3551.37
HexBA4C9703B131B13f2c33
Octal27211422707323334775463
Binary1011101010011001001011101110111001111011100111111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4C97; }

 p { color: rgb(186,76,151); }

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

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

 a { background-color: rgb(186,76,151); }

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

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

 span { border-color: rgb(186,76,151); }

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