#BA41A1

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

Shades of Mulberry #BA41A1

Tints of Mulberry #BA41A1

Color information

#BA41A1 (or 0xBA41A1) is unknown color: approx Mulberry. HEX triplet: BA, 41 and A1. RGB value is (186,65,161). Sum of RGB (Red+Green+Blue) = 186+65+161=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 65 (25.78% from 255 or 15.78% from 412); Blue value is 161 (63.28% from 255 or 39.08% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BA41A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA41A1 is #45BE5E. Grayscale: #6F6F6F. Windows color (decimal): -4570719 or 10568122. OLE color: 10568122.

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

Color convert

RGB18665161-
CMYK00.650.130.27
HSL312.4º48.21%49.22%-
HSV(B)312.4º65.05%72.94%-
XYZ28.5716.7935.45-
YUV112.12155.59180.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.15%
GREEN value IS 65 (25.78% from 255) = 15.78%
BLUE value IS 161 (63.28% from 255) = 39.08%
R=45.15%
G=15.78%
B=39.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866516100.650.130.27312.448.2149.22
HexBA41A1041D1B1383031
Octal272101241010115334706061
Binary1011101010000011010000101000001110111011100111000110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA41A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA41A1; }

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

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

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

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

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

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

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

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