#BA619E

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

Shades of Mulberry #BA619E

Tints of Mulberry #BA619E

Color information

#BA619E (or 0xBA619E) is unknown color: approx Mulberry. HEX triplet: BA, 61 and 9E. RGB value is (186,97,158). Sum of RGB (Red+Green+Blue) = 186+97+158=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 97 (38.28% from 255 or 22.00% from 441); Blue value is 158 (62.11% from 255 or 35.83% from 441); Max value from RGB is 186 - color contains mainly: red. Hex color #BA619E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA619E is #459E61. Grayscale: #828282. Windows color (decimal): -4562530 or 10379706. OLE color: 10379706.

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

Color convert

RGB18697158-
CMYK00.480.150.27
HSL318.88º39.21%55.49%-
HSV(B)318.88º47.85%72.94%-
XYZ30.721.4634.87-
YUV130.56143.49167.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.18%
GREEN value IS 97 (38.28% from 255) = 22.00%
BLUE value IS 158 (62.11% from 255) = 35.83%
R=42.18%
G=22.00%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869715800.480.150.27318.8839.2155.49
HexBA619E030F1B13f2737
Octal27214123606017334774767
Binary101110101100001100111100110000111111011100111111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA619E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA619E; }

 p { color: rgb(186,97,158); }

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

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

 a { background-color: rgb(186,97,158); }

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

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

 span { border-color: rgb(186,97,158); }

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