#BA50A1

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

Shades of Mulberry #BA50A1

Tints of Mulberry #BA50A1

Color information

#BA50A1 (or 0xBA50A1) is unknown color: approx Mulberry. HEX triplet: BA, 50 and A1. RGB value is (186,80,161). Sum of RGB (Red+Green+Blue) = 186+80+161=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 80 (31.64% from 255 or 18.74% from 427); Blue value is 161 (63.28% from 255 or 37.70% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BA50A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA50A1 is #45AF5E. Grayscale: #787878. Windows color (decimal): -4566879 or 10571962. OLE color: 10571962.

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

Color convert

RGB18680161-
CMYK00.570.130.27
HSL314.15º43.44%52.16%-
HSV(B)314.15º56.99%72.94%-
XYZ29.5518.7535.78-
YUV120.93150.62174.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.56%
GREEN value IS 80 (31.64% from 255) = 18.74%
BLUE value IS 161 (63.28% from 255) = 37.70%
R=43.56%
G=18.74%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868016100.570.130.27314.1543.4452.16
HexBA50A1039D1B13a2b34
Octal27212024107115334725364
Binary101110101010000101000010111001110111011100111010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA50A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA50A1; }

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

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

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

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

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

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

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

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