#BA5993

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

Shades of Mulberry #BA5993

Tints of Mulberry #BA5993

Color information

#BA5993 (or 0xBA5993) is unknown color: approx Mulberry. HEX triplet: BA, 59 and 93. RGB value is (186,89,147). Sum of RGB (Red+Green+Blue) = 186+89+147=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 89 (35.16% from 255 or 21.09% from 422); Blue value is 147 (57.81% from 255 or 34.83% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5993 is #45A66C. Grayscale: #7C7C7C. Windows color (decimal): -4564589 or 9656762. OLE color: 9656762.

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

Color convert

RGB18689147-
CMYK00.520.210.27
HSL324.12º41.28%53.92%-
HSV(B)324.12º52.15%72.94%-
XYZ29.0919.6929.87-
YUV124.62140.64171.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.08%
GREEN value IS 89 (35.16% from 255) = 21.09%
BLUE value IS 147 (57.81% from 255) = 34.83%
R=44.08%
G=21.09%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868914700.520.210.27324.1241.2853.92
HexBA5993034151B1442936
Octal27213122306425335045166
Binary1011101010110011001001101101001010111011101000100101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5993; }

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

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

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

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

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

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

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

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