#ba50a2

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

Shades of Mulberry #BA50A2

Tints of Mulberry #BA50A2

Color information

#BA50A2 (or 0xBA50A2) is unknown color: approx Mulberry. HEX triplet: BA, 50 and A2. RGB value is (186,80,162). Sum of RGB (Red+Green+Blue) = 186+80+162=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 80 (31.64% from 255 or 18.69% from 428); Blue value is 162 (63.67% from 255 or 37.85% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BA50A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA50A2 is #45AF5D. Grayscale: #787878. Windows color (decimal): -4566878 or 10637498. OLE color: 10637498.

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

Color convert

RGB18680162-
CMYK00.570.130.27
HSL313.58º43.44%52.16%-
HSV(B)313.58º56.99%72.94%-
XYZ29.6418.7936.25-
YUV121.04151.12174.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.46%
GREEN value IS 80 (31.64% from 255) = 18.69%
BLUE value IS 162 (63.67% from 255) = 37.85%
R=43.46%
G=18.69%
B=37.85%

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
Decimal1868016200.570.130.27313.5843.4452.16
HexBA50A2039D1B13a2b34
Octal27212024207115334725364
Binary101110101010000101000100111001110111011100111010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba50a2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba50a2; }

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

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

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

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

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

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

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

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