#BA5893

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

Shades of Mulberry #BA5893

Tints of Mulberry #BA5893

Color information

#BA5893 (or 0xBA5893) is unknown color: approx Mulberry. HEX triplet: BA, 58 and 93. RGB value is (186,88,147). Sum of RGB (Red+Green+Blue) = 186+88+147=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 88 (34.77% from 255 or 20.90% from 421); Blue value is 147 (57.81% from 255 or 34.92% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5893 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5893 is #45A76C. Grayscale: #7B7B7B. Windows color (decimal): -4564845 or 9656506. OLE color: 9656506.

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

Color convert

RGB18688147-
CMYK00.530.210.27
HSL323.88º41.53%53.73%-
HSV(B)323.88º52.69%72.94%-
XYZ29.0119.5329.84-
YUV124.03140.97172.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.18%
GREEN value IS 88 (34.77% from 255) = 20.90%
BLUE value IS 147 (57.81% from 255) = 34.92%
R=44.18%
G=20.90%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868814700.530.210.27323.8841.5353.73
HexBA5893035151B1442a36
Octal27213022306525335045266
Binary1011101010110001001001101101011010111011101000100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5893; }

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

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

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

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

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

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

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

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