#BA40A1

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

Shades of Mulberry #BA40A1

Tints of Mulberry #BA40A1

Color information

#BA40A1 (or 0xBA40A1) is unknown color: approx Mulberry. HEX triplet: BA, 40 and A1. RGB value is (186,64,161). Sum of RGB (Red+Green+Blue) = 186+64+161=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 64 (25.39% from 255 or 15.57% from 411); Blue value is 161 (63.28% from 255 or 39.17% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BA40A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA40A1 is #45BF5E. Grayscale: #6F6F6F. Windows color (decimal): -4570975 or 10567866. OLE color: 10567866.

HSL color Cylindrical-coordinate representation of color #BA40A1: hue angle of 312.3º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA40A1 is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB18664161-
CMYK00.660.130.27
HSL312.3º48.8%49.02%-
HSV(B)312.3º65.59%72.94%-
XYZ28.5216.6835.43-
YUV111.54155.92181.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.26%
GREEN value IS 64 (25.39% from 255) = 15.57%
BLUE value IS 161 (63.28% from 255) = 39.17%
R=45.26%
G=15.57%
B=39.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866416100.660.130.27312.348.849.02
HexBA40A1042D1B1383131
Octal272100241010215334706161
Binary1011101010000001010000101000010110111011100111000110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA40A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA40A1; }

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

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

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

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

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

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

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

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