#BA5399

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

Shades of Mulberry #BA5399

Tints of Mulberry #BA5399

Color information

#BA5399 (or 0xBA5399) is unknown color: approx Mulberry. HEX triplet: BA, 53 and 99. RGB value is (186,83,153). Sum of RGB (Red+Green+Blue) = 186+83+153=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 83 (32.81% from 255 or 19.67% from 422); Blue value is 153 (60.16% from 255 or 36.26% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5399 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5399 is #45AC66. Grayscale: #797979. Windows color (decimal): -4566119 or 10048442. OLE color: 10048442.

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

Color convert

RGB18683153-
CMYK00.550.180.27
HSL319.22º42.74%52.75%-
HSV(B)319.22º55.38%72.94%-
XYZ29.0918.9332.26-
YUV121.78145.62173.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.08%
GREEN value IS 83 (32.81% from 255) = 19.67%
BLUE value IS 153 (60.16% from 255) = 36.26%
R=44.08%
G=19.67%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868315300.550.180.27319.2242.7452.75
HexBA5399037121B13f2b35
Octal27212323106722334775365
Binary1011101010100111001100101101111001011011100111111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5399; }

 p { color: rgb(186,83,153); }

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

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

 a { background-color: rgb(186,83,153); }

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

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

 span { border-color: rgb(186,83,153); }

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