#BA4FA1

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

Shades of Mulberry #BA4FA1

Tints of Mulberry #BA4FA1

Color information

#BA4FA1 (or 0xBA4FA1) is unknown color: approx Mulberry. HEX triplet: BA, 4F and A1. RGB value is (186,79,161). Sum of RGB (Red+Green+Blue) = 186+79+161=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 79 (31.25% from 255 or 18.54% from 426); Blue value is 161 (63.28% from 255 or 37.79% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4FA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA4FA1 is #45B05E. Grayscale: #787878. Windows color (decimal): -4567135 or 10571706. OLE color: 10571706.

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

Color convert

RGB18679161-
CMYK00.580.130.27
HSL314.02º43.67%51.96%-
HSV(B)314.02º57.53%72.94%-
XYZ29.4818.635.76-
YUV120.34150.95174.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.66%
GREEN value IS 79 (31.25% from 255) = 18.54%
BLUE value IS 161 (63.28% from 255) = 37.79%
R=43.66%
G=18.54%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867916100.580.130.27314.0243.6751.96
HexBA4FA103AD1B13a2c34
Octal27211724107215334725464
Binary101110101001111101000010111010110111011100111010101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4FA1; }

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

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

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

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

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

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

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

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