#BA5994

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

Shades of Mulberry #BA5994

Tints of Mulberry #BA5994

Color information

#BA5994 (or 0xBA5994) is unknown color: approx Mulberry. HEX triplet: BA, 59 and 94. RGB value is (186,89,148). Sum of RGB (Red+Green+Blue) = 186+89+148=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 89 (35.16% from 255 or 21.04% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5994 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5994 is #45A66B. Grayscale: #7C7C7C. Windows color (decimal): -4564588 or 9722298. OLE color: 9722298.

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

Color convert

RGB18689148-
CMYK00.520.200.27
HSL323.51º41.28%53.92%-
HSV(B)323.51º52.15%72.94%-
XYZ29.1719.7230.29-
YUV124.73141.14171.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.97%
GREEN value IS 89 (35.16% from 255) = 21.04%
BLUE value IS 148 (58.20% from 255) = 34.99%
R=43.97%
G=21.04%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868914800.520.200.27323.5141.2853.92
HexBA5994034141B1442936
Octal27213122406424335045166
Binary1011101010110011001010001101001010011011101000100101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5994; }

 p { color: rgb(186,89,148); }

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

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

 a { background-color: rgb(186,89,148); }

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

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

 span { border-color: rgb(186,89,148); }

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