#BA4CA1

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

Shades of Mulberry #BA4CA1

Tints of Mulberry #BA4CA1

Color information

#BA4CA1 (or 0xBA4CA1) is unknown color: approx Mulberry. HEX triplet: BA, 4C and A1. RGB value is (186,76,161). Sum of RGB (Red+Green+Blue) = 186+76+161=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 76 (30.08% from 255 or 17.97% from 423); Blue value is 161 (63.28% from 255 or 38.06% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4CA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4CA1 is #45B35E. Grayscale: #767676. Windows color (decimal): -4567903 or 10570938. OLE color: 10570938.

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

Color convert

RGB18676161-
CMYK00.590.130.27
HSL313.64º44.35%51.37%-
HSV(B)313.64º59.14%72.94%-
XYZ29.2718.1835.68-
YUV118.58151.94176.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.97%
GREEN value IS 76 (30.08% from 255) = 17.97%
BLUE value IS 161 (63.28% from 255) = 38.06%
R=43.97%
G=17.97%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867616100.590.130.27313.6444.3551.37
HexBA4CA103BD1B13a2c33
Octal27211424107315334725463
Binary101110101001100101000010111011110111011100111010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4CA1; }

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

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

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

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

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

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

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

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