#BA52A2

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

Shades of Mulberry #BA52A2

Tints of Mulberry #BA52A2

Color information

#BA52A2 (or 0xBA52A2) is unknown color: approx Mulberry. HEX triplet: BA, 52 and A2. RGB value is (186,82,162). Sum of RGB (Red+Green+Blue) = 186+82+162=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 82 (32.42% from 255 or 19.07% from 430); Blue value is 162 (63.67% from 255 or 37.67% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BA52A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA52A2 is #45AD5D. Grayscale: #7A7A7A. Windows color (decimal): -4566366 or 10638010. OLE color: 10638010.

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

Color convert

RGB18682162-
CMYK00.560.130.27
HSL313.85º42.98%52.55%-
HSV(B)313.85º55.91%72.94%-
XYZ29.7919.0836.3-
YUV122.22150.46173.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.26%
GREEN value IS 82 (32.42% from 255) = 19.07%
BLUE value IS 162 (63.67% from 255) = 37.67%
R=43.26%
G=19.07%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868216200.560.130.27313.8542.9852.55
HexBA52A2038D1B13a2b35
Octal27212224207015334725365
Binary101110101010010101000100111000110111011100111010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA52A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA52A2; }

 p { color: rgb(186,82,162); }

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

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

 a { background-color: rgb(186,82,162); }

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

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

 span { border-color: rgb(186,82,162); }

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